Color names in this palette
CSS code for this palette
/* CSS */
.citrus-zest {
color: #e6c85b;
}
.goldsmith {
color: #f2b650;
}
.peach-butter {
color: #fda93a;
}
.fire-flower {
color: #f88c3a;
}
.durotar-fire {
color: #f05e28;
}
/* CSS Variables */
:root {
--citrus-zest:#e6c85b;
--goldsmith:#f2b650;
--peach-butter:#fda93a;
--fire-flower:#f88c3a;
--durotar-fire:#f05e28;
}