Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68a3d;
}
.solar-power {
color: #f2b036;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.jurassic-gold {
color: #e4a14e;
}
.peach-caramel {
color: #c6693f;
}
/* CSS Variables */
:root {
--coppersmith:#d68a3d;
--solar-power:#f2b036;
--deep-fried-sun-rays:#f4c65d;
--jurassic-gold:#e4a14e;
--peach-caramel:#c6693f;
}