Color names in this palette
CSS code for this palette
/* CSS */
.reed-mace {
color: #c95c3b;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.california-chamois {
color: #e9b76d;
}
.toasted-coconut {
color: #e8c3a1;
}
.gladiator-leather {
color: #a85c3e;
}
/* CSS Variables */
:root {
--reed-mace:#c95c3b;
--cat-s-eye-marble:#d6a75c;
--california-chamois:#e9b76d;
--toasted-coconut:#e8c3a1;
--gladiator-leather:#a85c3e;
}