Color names in this palette
CSS code for this palette
/* CSS */
.ninjin-orange {
color: #e2a66e;
}
.amber-autumn {
color: #c6996c;
}
.rodeo-roundup {
color: #a7906c;
}
.calliste-green {
color: #7b7e4e;
}
.winter-shadow {
color: #506b7c;
}
/* CSS Variables */
:root {
--ninjin-orange:#e2a66e;
--amber-autumn:#c6996c;
--rodeo-roundup:#a7906c;
--calliste-green:#7b7e4e;
--winter-shadow:#506b7c;
}