:root {
    /* Basic colors */
    --black: rgb(0 0 0);
    --white: rgb(255 255 255);

    /* Start of red color shades */
    
    --red: rgb(255 0 0);
    --maroon: rgb(128 0 0);
    --burgundy: rgb(128 0 32);
    --claret: rgb(129 19 49);
    --bloodred: rgb(136 8 8);
    --cardinalred: rgb(196 30 58);
    --cherry: rgb(210 4 45);
    --carmine: rgb(215 0 4);
    --crimson: rgb(220 20 60);
    --cerise: rgb(222 49 99);
    --raspberry: rgb(227 11 92);
    --coralpink: rgb(248 131 121);
    --neonred: rgb(255 49 49);
    --pink: rgb(255 192 203);

    /* End of red color shades */

    /* Start of green color shades */

    --darkgreen: rgb(2 48 32);
    --shamrockgreen: rgb(0 158 96);
    --jade: rgb(0 163 108);
    --junglegreen: rgb(42 170 138);
    --kellygreen: rgb(76 187 23);
    --ferngreen: rgb(79 121 66);
    --teal: rgb(0 128 128);
    --forestgreen: rgb(34 139 34);
    --seagreen: rgb(46 139 87);
    --virdian: rgb(64 130 109);
    --verdigris: rgb(64 181 173);
    --pistachio: rgb(147 197 114);
    --emeraldgreen: rgb(80 200 120);
    --limegreen: rgtb(50 205 50);
    --malachite: rgb(11 218 81);
    --lightgreen: rgb(144 238 144);
    --mintgreen: rgb(152 251 152);
    --grassgreen: rgb(124 252 0);
    --green: rgb(0, 255, 0);
    --brightgreen: rgb(170 255 0);
    --neongreen: rgb(15 255 80);
    --springgreen: rgb(0 255 127);

    /* End of green color shades */

    /* Start of blue color shades */

    --cobaltblue: rgb(0 71 71);
    --midnightblue: rgb(25 25 112);
    --navyblue: rgb(0 0 128);
    --darkblue: rgb(0 0 139);
    --egyptianblue: rgb(20 52 164);
    --zaffre: rgb(8 24 168);
    --steelblue: rgb(70 130 180);
    --sapphireblue: rgb(15 82 186);
    --royalblue: rgb(65 105 225);
    --skyblue: rgb(135 206 235);
    --lightblue: rgb(173 216 230;)
    --babyblue: rgb(137 207 240);
    --ultramarine: rgb(4 55 242);
    --blue: rgb(0, 0, 255);
    --neonblue: rgb(31 81 255);
    --brightblue: rgb(0 150 255);

    /* End of blue color shades */

    /* Start of gray color shades */

    --charcoal: rgb(54 69 79);
    --steelgray: rgb(113 121 126);
    --slategray: rgb(112 128 144);
    --gray: rgb(128 128 128);
    --gunmetalgray: rgb(129 133 137);
    --smoke: rgb(132 136 132);
    --pewter: rgb(137 148 153);
    --darkgray: rgb(169 169 169);
    --ashgray: rgb(179 190 181);
    --silver: rgb(192 192 192);
    --lightgray: rgb(211 211 211);
    --platinum: rgb(229 228 226);

    /* End of gray color shades */

    /* Start of white color shades */

    --albaster: rgb(237 234 222);
    --beige: rgb(245 245 220);
    --cornsilk: rgb(255 248 220);
    --cream: rgb(255 253 208);
    --ivory: rgb(255 255 240);

    /* End of white color shades */

    /* Start of yellow color shades */

    --amber: rgb(244 191 0);
    --goldeyellow: rgb(255 192 0);
    --gold: rgb(255 215 0);
    --cadmiumyellow: rgb(253 218 13);
    --brightyellow: rgb(255 234 0);
    --icterine: rgb(252 245 95);
    --yellow: rgb(255 255 0);

    /* End of yellow color shades */

    /* Start of purple color shades */

    --darkpurple: rgb(48 25 52);
    --eggplant: rgb(72 50 72);
    --tyrianpurple: rgb(99 3 48);
    --plum: rgb(103 49 71);
    --byzantium: rgb(112 41 99);
    --violet: rgb(127 0 255);
    --purple: rgb(128 0 128);
    --amaranth: rgb(159 43 104);
    --lilac: rgb(170 152 169);
    --brightpurple: rgb(191 64 191);
    --lightpurple: rgb(203 195 227);
    --lightviolet: rgb(207 159 255);
    --orchid: rgb(218 112 214);


    /* End of purple color shades */
}