Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.chai-latte {
color: #f8cba0;
}
.soft-butter {
color: #f4e1b8;
}
.butterfly-wing {
color: #f9d0b4;
}
.bergamot-orange {
color: #f7a059;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--chai-latte:#f8cba0;
--soft-butter:#f4e1b8;
--butterfly-wing:#f9d0b4;
--bergamot-orange:#f7a059;
}