Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rogue-pink {
color: #f9a4c0;
}
.posy-petal {
color: #f6889d;
}
.ponceau {
color: #f25f7c;
}
.chin-chin-cherry {
color: #e3315a;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rogue-pink:#f9a4c0;
--posy-petal:#f6889d;
--ponceau:#f25f7c;
--chin-chin-cherry:#e3315a;
}