Color names in this palette
CSS code for this palette
/* CSS */
.fair-aqua {
color: #b6e2d9;
}
.nihilakh-oxide {
color: #a2d8b7;
}
.vile-green {
color: #8ccfb2;
}
.gem-silica {
color: #77c5a8;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--fair-aqua:#b6e2d9;
--nihilakh-oxide:#a2d8b7;
--vile-green:#8ccfb2;
--gem-silica:#77c5a8;
--garish-green:#4abf8c;
}