Color names in this palette
CSS code for this palette
/* CSS */
.nursery-pink {
color: #f6d5e9;
}
.elastic-pink {
color: #f0a3c7;
}
.deep-blush {
color: #e76a89;
}
.pink-flambe {
color: #d24b7d;
}
.heath-spotted-orchid {
color: #a35c9c;
}
/* CSS Variables */
:root {
--nursery-pink:#f6d5e9;
--elastic-pink:#f0a3c7;
--deep-blush:#e76a89;
--pink-flambe:#d24b7d;
--heath-spotted-orchid:#a35c9c;
}