Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e74e;
}
.yellow-cream {
color: #f2d269;
}
.sport-yellow {
color: #ecd779;
}
.golden-opportunity {
color: #f9c16c;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e74e;
--yellow-cream:#f2d269;
--sport-yellow:#ecd779;
--golden-opportunity:#f9c16c;
--peach-butter:#fbaf3c;
}