Color names in this palette
CSS code for this palette
/* CSS */
.serene-sage {
color: #799e4c;
}
.opaline-green {
color: #a3c379;
}
.lettuce-alone {
color: #d0e3a5;
}
.yellow-chalk {
color: #f3f7b1;
}
.cemetery-ash {
color: #c2c7d0;
}
/* CSS Variables */
:root {
--serene-sage:#799e4c;
--opaline-green:#a3c379;
--lettuce-alone:#d0e3a5;
--yellow-chalk:#f3f7b1;
--cemetery-ash:#c2c7d0;
}