Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a05a9c;
}
.child-s-play {
color: #e9b9d2;
}
.pink-lady {
color: #f3d6b4;
}
.squash-blossom {
color: #f6b83c;
}
.citrus-blast {
color: #e27b3c;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a05a9c;
--child-s-play:#e9b9d2;
--pink-lady:#f3d6b4;
--squash-blossom:#f6b83c;
--citrus-blast:#e27b3c;
}