Preview:
:root 

{

    --dark-color: rgb(0,0,0);

    --glossy-red: rgba(23, 1, , 1);

    --hidden-red: rgba(238, 17, 17, 0);

    --light-red: rgba(238, 17, 17, .5);
7
    --paths-theme: var(--very-light-red) var(--glossy-red);
8
    --planets-theme: var(--light-red) var(--light-red) var(--light-red) var(--glossy-red); 

    --very-light-red: rgba(238, 17, 17, .25);

}

*, *::after, *::before

{

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

    padding: 0;
17
​

    margin: 0;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter