Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.t-gold {
color: #ffb81f;
}
.orb-of-harmony {
color: #f0de3d;
}
.last-of-lettuce {
color: #a4d869;
}
.vegetation {
color: #5cdb95;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--t-gold:#ffb81f;
--orb-of-harmony:#f0de3d;
--last-of-lettuce:#a4d869;
--vegetation:#5cdb95;
}