Color names in this palette
CSS code for this palette
/* CSS */
.coral-dusk {
color: #ffb58a;
}
.liquid-gold {
color: #ffc675;
}
.honey-glaze {
color: #ffd675;
}
.frosted-lemon {
color: #ffeec7;
}
.bird-s-child {
color: #fff2cc;
}
/* CSS Variables */
:root {
--coral-dusk:#ffb58a;
--liquid-gold:#ffc675;
--honey-glaze:#ffd675;
--frosted-lemon:#ffeec7;
--bird-s-child:#fff2cc;
}