Color names in this palette
CSS code for this palette
/* CSS */
.cardinal-mauve {
color: #2c2a4b;
}
.bright-eggplant {
color: #5c4b8b;
}
.fuji-purple {
color: #8a6f9b;
}
.gizmo {
color: #d7a3ba;
}
.rosey-afterglow {
color: #f9c8cf;
}
/* CSS Variables */
:root {
--cardinal-mauve:#2c2a4b;
--bright-eggplant:#5c4b8b;
--fuji-purple:#8a6f9b;
--gizmo:#d7a3ba;
--rosey-afterglow:#f9c8cf;
}