Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.cheddar-pink-mauve {
color: #b67ca9;
}
.eau-de-rose {
color: #e1b7d1;
}
.garbanzo-bean {
color: #f2d4a6;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--cheddar-pink-mauve:#b67ca9;
--eau-de-rose:#e1b7d1;
--garbanzo-bean:#f2d4a6;
--radiant-sun:#f3ca4f;
}