Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3b8c;
}
.bright-eggplant {
color: #5f4c8a;
}
.lady-like {
color: #9b7d9a;
}
.berry-popsicle {
color: #d4a5c8;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--blue-gem:#4b3b8c;
--bright-eggplant:#5f4c8a;
--lady-like:#9b7d9a;
--berry-popsicle:#d4a5c8;
--cameo-cream:#f4e2c3;
}