Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.in-the-pink {
color: #f2c5d2;
}
.be-mine {
color: #f3e2e7;
}
.atoll-sand {
color: #ffd09e;
}
.coral-beach {
color: #ffbaa8;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--in-the-pink:#f2c5d2;
--be-mine:#f3e2e7;
--atoll-sand:#ffd09e;
--coral-beach:#ffbaa8;
}