Color names in this palette
CSS code for this palette
/* CSS */
.prairie-green {
color: #4a9e00;
}
.lime-lizard {
color: #a3d55d;
}
.bright-khaki {
color: #f0e78e;
}
.white-elf {
color: #f7c47e;
}
.reddish-orange {
color: #f84b1b;
}
/* CSS Variables */
:root {
--prairie-green:#4a9e00;
--lime-lizard:#a3d55d;
--bright-khaki:#f0e78e;
--white-elf:#f7c47e;
--reddish-orange:#f84b1b;
}