Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68c3d;
}
.earth-yellow {
color: #e0a55c;
}
.deviled-egg {
color: #fad67a;
}
.squash-blossom {
color: #f6b83c;
}
.garfield {
color: #a95328;
}
/* CSS Variables */
:root {
--coppersmith:#d68c3d;
--earth-yellow:#e0a55c;
--deviled-egg:#fad67a;
--squash-blossom:#f6b83c;
--garfield:#a95328;
}