Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f0b2c6;
}
.sweet-lilac {
color: #eab8d1;
}
.prominent-pink {
color: #d89dc0;
}
.rogue-pink {
color: #f6a2c1;
}
.pink-explosion {
color: #f86d8b;
}
/* CSS Variables */
:root {
--rhodonite:#f0b2c6;
--sweet-lilac:#eab8d1;
--prominent-pink:#d89dc0;
--rogue-pink:#f6a2c1;
--pink-explosion:#f86d8b;
}