Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.ninjin-orange {
color: #e5a66c;
}
.orange-chocolate {
color: #f1c579;
}
.aspen-yellow {
color: #f8e0a0;
}
.pink-mimosa {
color: #f6b4a7;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--ninjin-orange:#e5a66c;
--orange-chocolate:#f1c579;
--aspen-yellow:#f8e0a0;
--pink-mimosa:#f6b4a7;
}