Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1e8a6a;
}
.garish-green {
color: #4bbe8c;
}
.southern-belle {
color: #a3d7c5;
}
.bean-sprout {
color: #f2f9e6;
}
.orangeade {
color: #e55538;
}
/* CSS Variables */
:root {
--elf-green:#1e8a6a;
--garish-green:#4bbe8c;
--southern-belle:#a3d7c5;
--bean-sprout:#f2f9e6;
--orangeade:#e55538;
}