Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.gold-ore {
color: #e6c20f;
}
.sugar-cookie {
color: #f2e1a1;
}
.white {
color: #ffffff;
}
.metallic-gold {
color: #d4af35;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--gold-ore:#e6c20f;
--sugar-cookie:#f2e1a1;
--white:#ffffff;
--metallic-gold:#d4af35;
}