Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.bellini-fizz {
color: #f6c78e;
}
.moonglow {
color: #f7e2c5;
}
.brain-pink {
color: #f2b1b1;
}
.sweet-carrot {
color: #c9764f;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--bellini-fizz:#f6c78e;
--moonglow:#f7e2c5;
--brain-pink:#f2b1b1;
--sweet-carrot:#c9764f;
}