Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c9e1;
}
.hibiscus-petal {
color: #f1a7ae;
}
.shimmering-blush {
color: #d88390;
}
.rose-gold {
color: #b76c7a;
}
.cherry-berry {
color: #a04b63;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c9e1;
--hibiscus-petal:#f1a7ae;
--shimmering-blush:#d88390;
--rose-gold:#b76c7a;
--cherry-berry:#a04b63;
}