Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunday-afternoon {
color: #f9c77b;
}
.lazy-daisy {
color: #f7e9a1;
}
.love-spell {
color: #f5b7c4;
}
.peppermint-swirl {
color: #d45e7d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunday-afternoon:#f9c77b;
--lazy-daisy:#f7e9a1;
--love-spell:#f5b7c4;
--peppermint-swirl:#d45e7d;
}