Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e6b9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dried-goldenrod {
color: #e1a82d;
}
.opulent {
color: #d68a2e;
}
.peach-caramel {
color: #c6693f;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e6b9;
--solar-plexus-chakra:#f1c84b;
--dried-goldenrod:#e1a82d;
--opulent:#d68a2e;
--peach-caramel:#c6693f;
}