Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.mixed-fruit {
color: #f6b7b1;
}
.rustique {
color: #f9bfb4;
}
.flower-spell {
color: #ffc7d7;
}
.pink-glow {
color: #ffebe0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--mixed-fruit:#f6b7b1;
--rustique:#f9bfb4;
--flower-spell:#ffc7d7;
--pink-glow:#ffebe0;
}