Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e8a84f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.yellow-stagshorn {
color: #f9da5d;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.pink-grapefruit {
color: #f2bac7;
}
/* CSS Variables */
:root {
--zucchini-flower:#e8a84f;
--solar-plexus-chakra:#f1c84b;
--yellow-stagshorn:#f9da5d;
--lemon-ice-yellow:#f6e3a7;
--pink-grapefruit:#f2bac7;
}