Color names in this palette
CSS code for this palette
/* CSS */
.fine-gold {
color: #daa82b;
}
.sunny-mood {
color: #f7c94a;
}
.gold-sand {
color: #f9e5a9;
}
.wiener-schnitzel {
color: #f09c00;
}
.sun-dial {
color: #c79d33;
}
/* CSS Variables */
:root {
--fine-gold:#daa82b;
--sunny-mood:#f7c94a;
--gold-sand:#f9e5a9;
--wiener-schnitzel:#f09c00;
--sun-dial:#c79d33;
}