Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.burst-of-lime {
color: #a4d84b;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--burst-of-lime:#a4d84b;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
--orange-gluttony:#e77e23;
}