Color names in this palette
CSS code for this palette
/* CSS */
.fat-smooch {
color: #c3507a;
}
.strawberry-ice {
color: #e68994;
}
.rhodonite {
color: #f1b1c3;
}
.pink-lily {
color: #f8d3e6;
}
.fairy-salt {
color: #fcdef6;
}
/* CSS Variables */
:root {
--fat-smooch:#c3507a;
--strawberry-ice:#e68994;
--rhodonite:#f1b1c3;
--pink-lily:#f8d3e6;
--fairy-salt:#fcdef6;
}