Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.the-art-of-seduction {
color: #d60084;
}
.bright-eggplant {
color: #5c4b8b;
}
.sky-dancer {
color: #3d9bff;
}
.hanuman-green {
color: #4dffb2;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--the-art-of-seduction:#d60084;
--bright-eggplant:#5c4b8b;
--sky-dancer:#3d9bff;
--hanuman-green:#4dffb2;
}