Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.summer-harvest {
color: #ffe699;
}
.lemon-chiffon {
color: #fff7cc;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--summer-harvest:#ffe699;
--lemon-chiffon:#fff7cc;
--white:#ffffff;
}