Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.blush-tint {
color: #f4e1e6;
}
.coffee-cream {
color: #fef1d7;
}
.evening-glow {
color: #fdd791;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--sullivan-s-heart:#f6c6d3;
--blush-tint:#f4e1e6;
--coffee-cream:#fef1d7;
--evening-glow:#fdd791;
}