Color names in this palette
CSS code for this palette
/* CSS */
.emperador {
color: #795939;
}
.gladiator-leather {
color: #a85c3e;
}
.espresso-tonic {
color: #c28b5b;
}
.m-ch-ng-honey {
color: #e4af44;
}
.tasman-honey-yellow {
color: #e6c55c;
}
/* CSS Variables */
:root {
--emperador:#795939;
--gladiator-leather:#a85c3e;
--espresso-tonic:#c28b5b;
--m-ch-ng-honey:#e4af44;
--tasman-honey-yellow:#e6c55c;
}