Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.glitter-yellow {
color: #f9d75d;
}
.mr-mustard {
color: #e4b858;
}
.mango-margarita {
color: #f6b951;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--glitter-yellow:#f9d75d;
--mr-mustard:#e4b858;
--mango-margarita:#f6b951;
--balinese-sunset:#f19f79;
}