Color names in this palette
CSS code for this palette
/* CSS */
.county-green {
color: #1e4d39;
}
.spring-garden {
color: #4f8c63;
}
.green-trance {
color: #a1d69f;
}
.banana-milk {
color: #fef5ae;
}
.warming-heart {
color: #d14c3d;
}
/* CSS Variables */
:root {
--county-green:#1e4d39;
--spring-garden:#4f8c63;
--green-trance:#a1d69f;
--banana-milk:#fef5ae;
--warming-heart:#d14c3d;
}