Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.demure-pink {
color: #f8d2c4;
}
.sweet-tart {
color: #e9b1aa;
}
.gemini {
color: #b2d7cf;
}
.lemon-ice-yellow {
color: #f6e2a7;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--demure-pink:#f8d2c4;
--sweet-tart:#e9b1aa;
--gemini:#b2d7cf;
--lemon-ice-yellow:#f6e2a7;
}