Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.love-spell {
color: #f9b4c8;
}
.violet-kiss {
color: #f6a2d3;
}
.blush-hour {
color: #fb6f92;
}
.chin-chin-cherry {
color: #d62e55;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--love-spell:#f9b4c8;
--violet-kiss:#f6a2d3;
--blush-hour:#fb6f92;
--chin-chin-cherry:#d62e55;
}