Color names in this palette
CSS code for this palette
/* CSS */
.deep-into-the-wood {
color: #3a5b2a;
}
.rambling-green {
color: #59804d;
}
.laudable-lime {
color: #8cbf6e;
}
.cactus-spike {
color: #c2e1a8;
}
.belyi-white {
color: #f0f4e1;
}
/* CSS Variables */
:root {
--deep-into-the-wood:#3a5b2a;
--rambling-green:#59804d;
--laudable-lime:#8cbf6e;
--cactus-spike:#c2e1a8;
--belyi-white:#f0f4e1;
}