Color names in this palette
CSS code for this palette
/* CSS */
.mustard-oil {
color: #d6c36b;
}
.california-dreaming {
color: #e3c768;
}
.sport-yellow {
color: #f1d674;
}
.mango-margarita {
color: #f8b74f;
}
.ripe-pumpkin {
color: #fbad37;
}
/* CSS Variables */
:root {
--mustard-oil:#d6c36b;
--california-dreaming:#e3c768;
--sport-yellow:#f1d674;
--mango-margarita:#f8b74f;
--ripe-pumpkin:#fbad37;
}