Color names in this palette
CSS code for this palette
/* CSS */
.dolly-cheek {
color: #f9c9b4;
}
.calabrese {
color: #f1a8a2;
}
.melon-mist {
color: #e77e93;
}
.flirty-rose {
color: #d85f8b;
}
.our-little-secret {
color: #a84d7d;
}
/* CSS Variables */
:root {
--dolly-cheek:#f9c9b4;
--calabrese:#f1a8a2;
--melon-mist:#e77e93;
--flirty-rose:#d85f8b;
--our-little-secret:#a84d7d;
}