Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.applesauce {
color: #f5d699;
}
.hawker-s-gold {
color: #f2c26e;
}
.amber-brew {
color: #d9a45e;
}
.caramel-macchiato {
color: #c88c4c;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--applesauce:#f5d699;
--hawker-s-gold:#f2c26e;
--amber-brew:#d9a45e;
--caramel-macchiato:#c88c4c;
}