:root {
    --rose: #fd005c;
    --rose-rgb: rgb(253, 0, 92);
    
    --brightturquoise: #12f2c9;
    --brightturquoise-rgb: rgb(18, 242, 201);

    --electricviolet: #8338ec;
    --electricviolet-rgb: rgb(131, 56, 236);

    --amber: #ffbe0b;
    --amber-rgb: rgb(255, 190, 11);

    --bilobaflower: #caa8ec;
    --bilobaflower-rgb: rgb(202, 168, 236);
    
    --snuff: #e8dfed;
    --snuff-rgb: rgb(232, 223, 237);

    --alto: #d9d9d9;
    --alto-rgb: rgb(217, 217, 217);

    --honeyflower: #4d1c7d;
    --honeyflower-rgb: rgb(77, 28, 125);

    --mortar: #515151;
    --mortar-rgb: rgb(81, 81, 81);

    --goldenrod: #fac817;
    --goldenrod-rgb: rgb(250, 200, 23);

    --monza: #e30613;
    --monza-rgb: rgb(227, 6, 19);

    --monza-opaque: #e306130f;
    --monza-opaque-rgb: rgba(227, 6, 19, 0.06);

    --linen: #fbebec;
    --linen-rgb: rgb(251, 235, 236);

    --cosmic-latte: #fff8e7;
    --cosmic-latte-rgb: rgb(255, 248, 231);

    --gainsboro: #e0e0e0;
    --gainsboro-rgb: rgb(224, 224, 224);

    --spindle: #c7d2e0;
    --spindle-rgb: rgb(199, 210, 224);

    --alabaster: #f2efe5;
    --alabaster-rgb: rgb(242, 239, 229);

    --blackwhite: #e3e1d9;
    --blackwhite-rgb: rgb(227, 225, 217);

    --ghostlight: #c7c8cc;
    --ghostlight-rgb: rgb(199, 200, 204);

    --ghost: #b4b4b8;
    --ghost-rgb: rgb(180, 180, 184);
}