Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.bellini-fizz {
color: #f7c98d;
}
.milky-maize {
color: #f7d6a1;
}
.curd {
color: #f7e3bb;
}
.citrus-mist {
color: #f7eede;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--bellini-fizz:#f7c98d;
--milky-maize:#f7d6a1;
--curd:#f7e3bb;
--citrus-mist:#f7eede;
}