Color names in this palette
CSS code for this palette
/* CSS */
.deep-into-the-wood {
color: #395c2d;
}
.mary-s-garden {
color: #6a8c3b;
}
.spring-leaves {
color: #a8c2a9;
}
.marsh-mist {
color: #e4e4a0;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--deep-into-the-wood:#395c2d;
--mary-s-garden:#6a8c3b;
--spring-leaves:#a8c2a9;
--marsh-mist:#e4e4a0;
--orange-pospsicle:#f2a60d;
}