Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.spring-kiss {
color: #e2f7b6;
}
.waterspout {
color: #a1f7f3;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--lemon-ice-yellow:#f5e3a8;
--spring-kiss:#e2f7b6;
--waterspout:#a1f7f3;
--wondrous-wisteria:#a1b5f7;
}