Color names in this palette
CSS code for this palette
/* CSS */
.fair-aqua {
color: #b6e2d7;
}
.nihilakh-oxide {
color: #a1d9b8;
}
.green-trance {
color: #a6d8a6;
}
.green-myth {
color: #c4e1c1;
}
.fresh-dew {
color: #f1f8e2;
}
/* CSS Variables */
:root {
--fair-aqua:#b6e2d7;
--nihilakh-oxide:#a1d9b8;
--green-trance:#a6d8a6;
--green-myth:#c4e1c1;
--fresh-dew:#f1f8e2;
}