Color names in this palette
CSS code for this palette
/* CSS */
.california-dreaming {
color: #d8c669;
}
.lemonade {
color: #f2e49c;
}
.river-of-gold {
color: #e3b95f;
}
.mustard-gold {
color: #a78949;
}
.spanish-leather {
color: #8d6b3f;
}
/* CSS Variables */
:root {
--california-dreaming:#d8c669;
--lemonade:#f2e49c;
--river-of-gold:#e3b95f;
--mustard-gold:#a78949;
--spanish-leather:#8d6b3f;
}