Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1c3b2b;
}
.gremolata {
color: #507c6b;
}
.minted-elegance {
color: #6dd0a0;
}
.mountain-mint {
color: #a8e1c2;
}
.melting-glacier {
color: #e7f9f5;
}
/* CSS Variables */
:root {
--mizukaze-green:#1c3b2b;
--gremolata:#507c6b;
--minted-elegance:#6dd0a0;
--mountain-mint:#a8e1c2;
--melting-glacier:#e7f9f5;
}