Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.apricot-obsession {
color: #f6c1b6;
}
.demure-pink {
color: #f8d2c4;
}
.pink-fluorite {
color: #fdd3d7;
}
.coast-cream {
color: #f5e7db;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--apricot-obsession:#f6c1b6;
--demure-pink:#f8d2c4;
--pink-fluorite:#fdd3d7;
--coast-cream:#f5e7db;
}