Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a0dab5;
}
.amulet {
color: #7c9a74;
}
.green-beret {
color: #4e6a5d;
}
.moody-mist {
color: #c9e3d6;
}
.love-at-first-sight {
color: #e5a4b3;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a0dab5;
--amulet:#7c9a74;
--green-beret:#4e6a5d;
--moody-mist:#c9e3d6;
--love-at-first-sight:#e5a4b3;
}