Color names in this palette
CSS code for this palette
/* CSS */
.obscure-olive {
color: #495c23;
}
.bright-forest {
color: #6a8d4e;
}
.gleeful {
color: #9ebf7d;
}
.lasting-thoughts {
color: #d3e6b2;
}
.white-sulfur {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--obscure-olive:#495c23;
--bright-forest:#6a8d4e;
--gleeful:#9ebf7d;
--lasting-thoughts:#d3e6b2;
--white-sulfur:#f0f8e8;
}