Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1e3e2b;
}
.gully-green {
color: #4b703e;
}
.grand-valley {
color: #8ebe7e;
}
.jemima {
color: #f2d57d;
}
.red-damask {
color: #c8734c;
}
/* CSS Variables */
:root {
--mizukaze-green:#1e3e2b;
--gully-green:#4b703e;
--grand-valley:#8ebe7e;
--jemima:#f2d57d;
--red-damask:#c8734c;
}