Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.cakepop-sorbet {
color: #f5c447;
}
.butter-cream {
color: #f1b341;
}
.gilded-leaves {
color: #e8a03b;
}
.yellow-mandarin {
color: #d57f30;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--cakepop-sorbet:#f5c447;
--butter-cream:#f1b341;
--gilded-leaves:#e8a03b;
--yellow-mandarin:#d57f30;
}