Color names in this palette
CSS code for this palette
/* CSS */
.basketball {
color: #f66c31;
}
.indian-yellow {
color: #e3a759;
}
.golden-aura {
color: #d39e69;
}
.persimmon-varnish {
color: #a05637;
}
.roycroft-copper-red {
color: #7d3b2b;
}
/* CSS Variables */
:root {
--basketball:#f66c31;
--indian-yellow:#e3a759;
--golden-aura:#d39e69;
--persimmon-varnish:#a05637;
--roycroft-copper-red:#7d3b2b;
}