Color names in this palette
CSS code for this palette
/* CSS */
.waiouru {
color: #4a4e2d;
}
.tara-s-drapes {
color: #7a7d4a;
}
.sour-apple {
color: #a1a951;
}
.sun-flooded-woods {
color: #d2d520;
}
.sunny {
color: #f5f57f;
}
/* CSS Variables */
:root {
--waiouru:#4a4e2d;
--tara-s-drapes:#7a7d4a;
--sour-apple:#a1a951;
--sun-flooded-woods:#d2d520;
--sunny:#f5f57f;
}