Color names in this palette
CSS code for this palette
/* CSS */
.makin-it-rain {
color: #89c059;
}
.basil-smash {
color: #b8e4a0;
}
.chicon {
color: #d5f2b5;
}
.cashew-cheese {
color: #f8fcba;
}
.sun-kissed {
color: #ffeec2;
}
/* CSS Variables */
:root {
--makin-it-rain:#89c059;
--basil-smash:#b8e4a0;
--chicon:#d5f2b5;
--cashew-cheese:#f8fcba;
--sun-kissed:#ffeec2;
}