Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c4;
}
.love-at-first-sight {
color: #e7a2b3;
}
.sugar-tooth {
color: #da8ba1;
}
.sugar-tooth {
color: #d68fa2;
}
.cherry-pink {
color: #c65d79;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c4;
--love-at-first-sight:#e7a2b3;
--sugar-tooth:#da8ba1;
--sugar-tooth:#d68fa2;
--cherry-pink:#c65d79;
}