Color names in this palette
CSS code for this palette
/* CSS */
.burnt-yellow {
color: #daaa0b;
}
.golden-samovar {
color: #dfaf2a;
}
.radiant-sun {
color: #f0c851;
}
.summertime {
color: #f4d276;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--burnt-yellow:#daaa0b;
--golden-samovar:#dfaf2a;
--radiant-sun:#f0c851;
--summertime:#f4d276;
--blended-fruit:#f9e5a4;
}