Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6cbe4;
}
.emperor-s-children {
color: #f2a1b2;
}
.melon-mist {
color: #e57b92;
}
.ripe-cherry {
color: #c55974;
}
.boysenberry-pink {
color: #9f3c5a;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6cbe4;
--emperor-s-children:#f2a1b2;
--melon-mist:#e57b92;
--ripe-cherry:#c55974;
--boysenberry-pink:#9f3c5a;
}