Color names in this palette
CSS code for this palette
/* CSS */
.burnt-copper {
color: #c76a38;
}
.touch-of-glamor {
color: #d98a45;
}
.mellowed-gold {
color: #e4a84e;
}
.citrus-zest {
color: #f1c65b;
}
.cente-tl-yellow {
color: #f6e179;
}
/* CSS Variables */
:root {
--burnt-copper:#c76a38;
--touch-of-glamor:#d98a45;
--mellowed-gold:#e4a84e;
--citrus-zest:#f1c65b;
--cente-tl-yellow:#f6e179;
}