Color names in this palette
CSS code for this palette
/* CSS */
.scrofulous-brown {
color: #d9a33f;
}
.radiant-sun {
color: #f3ca4f;
}
.aspen-yellow {
color: #f4e09f;
}
.iced-celery {
color: #e1e8b5;
}
.spotted-snake-eel {
color: #b1d5e2;
}
/* CSS Variables */
:root {
--scrofulous-brown:#d9a33f;
--radiant-sun:#f3ca4f;
--aspen-yellow:#f4e09f;
--iced-celery:#e1e8b5;
--spotted-snake-eel:#b1d5e2;
}