Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1f894d;
}
.expressionism-green {
color: #56b89b;
}
.green-trance {
color: #9fd6a5;
}
.bad-moon-yellow {
color: #f1e6b6;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--fly-the-green:#1f894d;
--expressionism-green:#56b89b;
--green-trance:#9fd6a5;
--bad-moon-yellow:#f1e6b6;
--sun-orange:#f47b1f;
}