Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f9cfa4;
}
.calabrese {
color: #f1a8a2;
}
.deep-blush {
color: #e76a89;
}
.raspberry-sorbet {
color: #d63d6e;
}
.heath-spotted-orchid {
color: #a35c98;
}
/* CSS Variables */
:root {
--lion-cub:#f9cfa4;
--calabrese:#f1a8a2;
--deep-blush:#e76a89;
--raspberry-sorbet:#d63d6e;
--heath-spotted-orchid:#a35c98;
}