Color names in this palette
CSS code for this palette
/* CSS */
.afghan-sand {
color: #d1aa5c;
}
.byzantine-copper {
color: #a86c3e;
}
.black-queen {
color: #6a4c2a;
}
.explosive-grey {
color: #c4c4c4;
}
.fuchsite-green {
color: #5b806e;
}
/* CSS Variables */
:root {
--afghan-sand:#d1aa5c;
--byzantine-copper:#a86c3e;
--black-queen:#6a4c2a;
--explosive-grey:#c4c4c4;
--fuchsite-green:#5b806e;
}