Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3e8e6d;
}
.nihilakh-oxide {
color: #a2d8b5;
}
.lacewing {
color: #d8e4c9;
}
.laundry-white {
color: #f4f9f1;
}
.rose-aspect {
color: #f1c6cb;
}
/* CSS Variables */
:root {
--illuminati-green:#3e8e6d;
--nihilakh-oxide:#a2d8b5;
--lacewing:#d8e4c9;
--laundry-white:#f4f9f1;
--rose-aspect:#f1c6cb;
}