Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.mango-tango {
color: #ff7e42;
}
.floral-leaf {
color: #ffb84d;
}
.lime-lizard {
color: #a6d85a;
}
.classic-green {
color: #4cb84c;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--mango-tango:#ff7e42;
--floral-leaf:#ffb84d;
--lime-lizard:#a6d85a;
--classic-green:#4cb84c;
}