Color names in this palette
CSS code for this palette
/* CSS */
.hot-coral {
color: #f25c54;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.wake-me-up {
color: #f7d259;
}
.green-trance {
color: #a1d89d;
}
.privet-hedge {
color: #5b8b7a;
}
/* CSS Variables */
:root {
--hot-coral:#f25c54;
--gemini-mustard-momento:#f9a64e;
--wake-me-up:#f7d259;
--green-trance:#a1d89d;
--privet-hedge:#5b8b7a;
}