Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f8cab9;
}
.pink-eraser {
color: #f29c9d;
}
.flower-blossom-pink {
color: #f1798d;
}
.blush-d-amour {
color: #e35983;
}
.pickled-pink {
color: #d94a7a;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f8cab9;
--pink-eraser:#f29c9d;
--flower-blossom-pink:#f1798d;
--blush-d-amour:#e35983;
--pickled-pink:#d94a7a;
}