Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68f3d;
}
.hot-sauce {
color: #a8513e;
}
.violet-indigo {
color: #4e2c68;
}
.mysterious-blue {
color: #3d7c8a;
}
.themeda-japonica {
color: #e2b03c;
}
/* CSS Variables */
:root {
--coppersmith:#d68f3d;
--hot-sauce:#a8513e;
--violet-indigo:#4e2c68;
--mysterious-blue:#3d7c8a;
--themeda-japonica:#e2b03c;
}