Color names in this palette
CSS code for this palette
/* CSS */
.mango-tango {
color: #ff7e3d;
}
.floral-leaf {
color: #ffb84d;
}
.snug-yellow {
color: #ffdb80;
}
.field-day {
color: #c2e9a5;
}
.serengeti-green {
color: #6ecf8b;
}
/* CSS Variables */
:root {
--mango-tango:#ff7e3d;
--floral-leaf:#ffb84d;
--snug-yellow:#ffdb80;
--field-day:#c2e9a5;
--serengeti-green:#6ecf8b;
}