Color names in this palette
CSS code for this palette
/* CSS */
.soft-buttercup {
color: #ffedbd;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.sunburst {
color: #f5b67f;
}
.bergamot-orange {
color: #f5995c;
}
.sizzling-sunset {
color: #ef7e4d;
}
/* CSS Variables */
:root {
--soft-buttercup:#ffedbd;
--enjoyable-yellow:#f6d5a7;
--sunburst:#f5b67f;
--bergamot-orange:#f5995c;
--sizzling-sunset:#ef7e4d;
}