Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1e3e2b;
}
.sinkhole {
color: #496e6d;
}
.reed-green {
color: #a2a34d;
}
.gold-tooth {
color: #e3b40d;
}
.coral-quartz {
color: #f76c5f;
}
/* CSS Variables */
:root {
--mizukaze-green:#1e3e2b;
--sinkhole:#496e6d;
--reed-green:#a2a34d;
--gold-tooth:#e3b40d;
--coral-quartz:#f76c5f;
}