Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.fuchsia-pheromone {
color: #a14ab5;
}
.rose-mallow {
color: #f1a7c5;
}
.forsythia-blossom {
color: #f6d66f;
}
.exuberant-orange {
color: #f25d2c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--fuchsia-pheromone:#a14ab5;
--rose-mallow:#f1a7c5;
--forsythia-blossom:#f6d66f;
--exuberant-orange:#f25d2c;
}