Color names in this palette
CSS code for this palette
/* CSS */
.mellowed-gold {
color: #e4a64e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bleached-sunflower {
color: #f9e8a9;
}
.glamour {
color: #e09ea4;
}
.cabaret {
color: #d3506a;
}
/* CSS Variables */
:root {
--mellowed-gold:#e4a64e;
--solar-plexus-chakra:#f1c84b;
--bleached-sunflower:#f9e8a9;
--glamour:#e09ea4;
--cabaret:#d3506a;
}