Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.summer-harvest {
color: #ffe699;
}
.pure-laughter {
color: #fff5cc;
}
.peach-orange {
color: #ffcc99;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--summer-harvest:#ffe699;
--pure-laughter:#fff5cc;
--peach-orange:#ffcc99;
}