Color names in this palette
CSS code for this palette
/* CSS */
.copper {
color: #b87332;
}
.coppersmith {
color: #d78c3c;
}
.cheater {
color: #ebaf5c;
}
.naked-noodle {
color: #f5c970;
}
.bleached-sunflower {
color: #fce8a6;
}
/* CSS Variables */
:root {
--copper:#b87332;
--coppersmith:#d78c3c;
--cheater:#ebaf5c;
--naked-noodle:#f5c970;
--bleached-sunflower:#fce8a6;
}