Color names in this palette
CSS code for this palette
/* CSS */
.streusel-cake {
color: #d8a85f;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.pallid-orange {
color: #f9b99f;
}
.impatient-pink {
color: #d97d9b;
}
/* CSS Variables */
:root {
--streusel-cake:#d8a85f;
--solar-plexus-chakra:#f0c74c;
--lemon-ice-yellow:#f6e1a7;
--pallid-orange:#f9b99f;
--impatient-pink:#d97d9b;
}