Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.koji-orange {
color: #f8b249;
}
.gold-tint {
color: #e1bf84;
}
.lime-lizard {
color: #a3d55d;
}
.longing-for-nature {
color: #509b5e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--koji-orange:#f8b249;
--gold-tint:#e1bf84;
--lime-lizard:#a3d55d;
--longing-for-nature:#509b5e;
}