Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a3d7b8;
}
.glaucous-green {
color: #b4e4c5;
}
.snowy-mint {
color: #d6f2cf;
}
.bean-sprout {
color: #f2f9e6;
}
.fine-linen {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a3d7b8;
--glaucous-green:#b4e4c5;
--snowy-mint:#d6f2cf;
--bean-sprout:#f2f9e6;
--fine-linen:#f9f9c3;
}