Color names in this palette
CSS code for this palette
/* CSS */
.ode-to-green {
color: #b5e8d9;
}
.nihilakh-oxide {
color: #a3d7b8;
}
.aquastone {
color: #8dc8b7;
}
.tropical-tide {
color: #62c6a8;
}
.hole-in-one {
color: #4cae97;
}
/* CSS Variables */
:root {
--ode-to-green:#b5e8d9;
--nihilakh-oxide:#a3d7b8;
--aquastone:#8dc8b7;
--tropical-tide:#62c6a8;
--hole-in-one:#4cae97;
}