Color names in this palette
CSS code for this palette
/* CSS */
.black-box {
color: #0e292f;
}
.swedish-green {
color: #1b4b48;
}
.green-jelly {
color: #2b9c7e;
}
.nihilakh-oxide {
color: #a2d8b6;
}
.desert-iguana {
color: #f2f4e1;
}
/* CSS Variables */
:root {
--black-box:#0e292f;
--swedish-green:#1b4b48;
--green-jelly:#2b9c7e;
--nihilakh-oxide:#a2d8b6;
--desert-iguana:#f2f4e1;
}