Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.peach-orange {
color: #ffcc99;
}
.caramel-finish {
color: #ffd699;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--peach-orange:#ffcc99;
--caramel-finish:#ffd699;
--mouse-nose:#ffe4b3;
}