Color names in this palette
CSS code for this palette
/* CSS */
.ponceau {
color: #f85d6f;
}
.pink-fit {
color: #f9a9b5;
}
.sweetheart {
color: #f3bfd8;
}
.blushing-tulip {
color: #e3a1b7;
}
.fruit-dove {
color: #c84c6d;
}
/* CSS Variables */
:root {
--ponceau:#f85d6f;
--pink-fit:#f9a9b5;
--sweetheart:#f3bfd8;
--blushing-tulip:#e3a1b7;
--fruit-dove:#c84c6d;
}