Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.almond-cream {
color: #f4c29f;
}
.rotunda-gold {
color: #f7e1c0;
}
.baby-s-breath {
color: #d9e4e8;
}
.blissful-blue {
color: #b2c8d7;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--almond-cream:#f4c29f;
--rotunda-gold:#f7e1c0;
--baby-s-breath:#d9e4e8;
--blissful-blue:#b2c8d7;
}