Color names in this palette
CSS code for this palette
/* CSS */
.palomino-gold {
color: #d6af00;
}
.saffron {
color: #f5c72e;
}
.westfall-yellow {
color: #f9d64e;
}
.bleached-sunflower {
color: #fce8a6;
}
.chandra-cream {
color: #edb95e;
}
/* CSS Variables */
:root {
--palomino-gold:#d6af00;
--saffron:#f5c72e;
--westfall-yellow:#f9d64e;
--bleached-sunflower:#fce8a6;
--chandra-cream:#edb95e;
}