Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f5c24d;
}
.zucchini-flower {
color: #e7a64b;
}
.bakelite-gold {
color: #d69b5c;
}
.upper-crust {
color: #a5738c;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f5c24d;
--zucchini-flower:#e7a64b;
--bakelite-gold:#d69b5c;
--upper-crust:#a5738c;
--cleopatra-s-gown:#7c4f8c;
}