Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.citrus-honey {
color: #f3b76d;
}
.funky-yellow {
color: #f0d070;
}
.roseate-spoonbill {
color: #e4afc2;
}
.peruvian-lily {
color: #c87eb6;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--citrus-honey:#f3b76d;
--funky-yellow:#f0d070;
--roseate-spoonbill:#e4afc2;
--peruvian-lily:#c87eb6;
}