Color names in this palette
CSS code for this palette
/* CSS */
.witty-green {
color: #b5d99b;
}
.coral-springs {
color: #a9d0b1;
}
.mental-floss {
color: #e0b3c7;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.caramelo-dulce {
color: #d69f6b;
}
/* CSS Variables */
:root {
--witty-green:#b5d99b;
--coral-springs:#a9d0b1;
--mental-floss:#e0b3c7;
--lemon-ice-yellow:#f6e1a7;
--caramelo-dulce:#d69f6b;
}