Color names in this palette
CSS code for this palette
/* CSS */
.glisten-yellow {
color: #f7e7ab;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.molten-bronze {
color: #c2a200;
}
.cookie-dough {
color: #a86d00;
}
.espresso-martini {
color: #8a3e00;
}
/* CSS Variables */
:root {
--glisten-yellow:#f7e7ab;
--groovy-lemon-pie:#d6ba00;
--molten-bronze:#c2a200;
--cookie-dough:#a86d00;
--espresso-martini:#8a3e00;
}