Color names in this palette
CSS code for this palette
/* CSS */
.galley-gold {
color: #d5a95d;
}
.river-of-gold {
color: #e6b65b;
}
.yellow-currant {
color: #f5c76b;
}
.sandy {
color: #f3d97c;
}
.apricot-sorbet {
color: #e5a15d;
}
/* CSS Variables */
:root {
--galley-gold:#d5a95d;
--river-of-gold:#e6b65b;
--yellow-currant:#f5c76b;
--sandy:#f3d97c;
--apricot-sorbet:#e5a15d;
}