Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.soft-butter {
color: #f4e1b8;
}
.lazy-daisy {
color: #f7e9a1;
}
.paw-paw {
color: #f9d59f;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--solar-plexus-chakra:#f1c84b;
--soft-butter:#f4e1b8;
--lazy-daisy:#f7e9a1;
--paw-paw:#f9d59f;
}