Color names in this palette
CSS code for this palette
/* CSS */
.clover-mist {
color: #6fbe8d;
}
.nihilakh-oxide {
color: #a0dab7;
}
.sweet-mint-tea {
color: #d6e3ce;
}
.lantern-light {
color: #f5eab8;
}
.goldsmith {
color: #f0b14c;
}
/* CSS Variables */
:root {
--clover-mist:#6fbe8d;
--nihilakh-oxide:#a0dab7;
--sweet-mint-tea:#d6e3ce;
--lantern-light:#f5eab8;
--goldsmith:#f0b14c;
}