Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68a3d;
}
.apricot-sorbet {
color: #e9a65d;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.bright-yarrow {
color: #f9d16c;
}
.raichu-orange {
color: #f5ae3d;
}
/* CSS Variables */
:root {
--coppersmith:#d68a3d;
--apricot-sorbet:#e9a65d;
--creamy-sweet-corn:#f6c54c;
--bright-yarrow:#f9d16c;
--raichu-orange:#f5ae3d;
}