Color names in this palette
CSS code for this palette
/* CSS */
.icy-lemonade {
color: #f6e6b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f29d3a;
}
.salsa-sizzle {
color: #eb7a3d;
}
.obstinate-orange {
color: #d65d29;
}
/* CSS Variables */
:root {
--icy-lemonade:#f6e6b1;
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f29d3a;
--salsa-sizzle:#eb7a3d;
--obstinate-orange:#d65d29;
}