Color names in this palette
CSS code for this palette
/* CSS */
.metallic-green {
color: #1d8b5d;
}
.garish-green {
color: #4fbf83;
}
.fresco-green {
color: #77daa5;
}
.mountain-mint {
color: #a8e1c0;
}
.cactus-water {
color: #cff7e4;
}
/* CSS Variables */
:root {
--metallic-green:#1d8b5d;
--garish-green:#4fbf83;
--fresco-green:#77daa5;
--mountain-mint:#a8e1c0;
--cactus-water:#cff7e4;
}