Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.pale-honey {
color: #f7d6ab;
}
.pale-banana {
color: #f3e28c;
}
.green-song {
color: #d1e9c3;
}
.light-whimsy {
color: #98d0e6;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--pale-honey:#f7d6ab;
--pale-banana:#f3e28c;
--green-song:#d1e9c3;
--light-whimsy:#98d0e6;
}