Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c7;
}
.sweetheart {
color: #f4c3d6;
}
.summer-cosmos {
color: #f7cfe0;
}
.fussy-pink {
color: #e9a5b9;
}
.deep-blush {
color: #e26e8b;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c7;
--sweetheart:#f4c3d6;
--summer-cosmos:#f7cfe0;
--fussy-pink:#e9a5b9;
--deep-blush:#e26e8b;
}