Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1c402e;
}
.jasper-park {
color: #496959;
}
.parisian-patina {
color: #7c9c8b;
}
.glenwood-green {
color: #a9d1b6;
}
.weathered-mint {
color: #e5f4e1;
}
/* CSS Variables */
:root {
--mizukaze-green:#1c402e;
--jasper-park:#496959;
--parisian-patina:#7c9c8b;
--glenwood-green:#a9d1b6;
--weathered-mint:#e5f4e1;
}