Color names in this palette
CSS code for this palette
/* CSS */
.eagle {
color: #a66d3a;
}
.ninjin-orange {
color: #e6a86b;
}
.antique-wicker-basket {
color: #f6d3a2;
}
.dancing-kite {
color: #c6c99c;
}
.rambling-green {
color: #59804d;
}
/* CSS Variables */
:root {
--eagle:#a66d3a;
--ninjin-orange:#e6a86b;
--antique-wicker-basket:#f6d3a2;
--dancing-kite:#c6c99c;
--rambling-green:#59804d;
}