Color names in this palette
CSS code for this palette
/* CSS */
.lionhead {
color: #d3b50d;
}
.lime-twist {
color: #c4d322;
}
.burst-of-lime {
color: #a7d94a;
}
.enchanted-emerald {
color: #74d89a;
}
.greenbrier {
color: #4d9d64;
}
/* CSS Variables */
:root {
--lionhead:#d3b50d;
--lime-twist:#c4d322;
--burst-of-lime:#a7d94a;
--enchanted-emerald:#74d89a;
--greenbrier:#4d9d64;
}