Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a4609d;
}
.light-orchid {
color: #e7a6d8;
}
.lavender-soap {
color: #f3bfe7;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a4609d;
--light-orchid:#e7a6d8;
--lavender-soap:#f3bfe7;
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
}