Color names in this palette
CSS code for this palette
/* CSS */
.natural-orchestra {
color: #4c9a7d;
}
.arboretum {
color: #6fb39e;
}
.nihilakh-oxide {
color: #a1d3b5;
}
.misty-lawn {
color: #dff7de;
}
.casino-lights {
color: #f7f1b6;
}
/* CSS Variables */
:root {
--natural-orchestra:#4c9a7d;
--arboretum:#6fb39e;
--nihilakh-oxide:#a1d3b5;
--misty-lawn:#dff7de;
--casino-lights:#f7f1b6;
}