Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e2a1b5;
}
.cherry-blossom {
color: #f5c2d3;
}
.butter-muffin {
color: #f7deb1;
}
.coral-silk {
color: #f5a27f;
}
.bakelite-gold {
color: #d49959;
}
/* CSS Variables */
:root {
--blushing-tulip:#e2a1b5;
--cherry-blossom:#f5c2d3;
--butter-muffin:#f7deb1;
--coral-silk:#f5a27f;
--bakelite-gold:#d49959;
}