Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.hibiscus-petal {
color: #f1a7ae;
}
.eau-de-rose {
color: #e2b6d3;
}
.chlorophyll-cream {
color: #b6d8c6;
}
.overtone {
color: #a3e0b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--hibiscus-petal:#f1a7ae;
--eau-de-rose:#e2b6d3;
--chlorophyll-cream:#b6d8c6;
--overtone:#a3e0b8;
}