Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.peach-orange {
color: #ffce99;
}
.mouse-nose {
color: #ffe4b3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--peach-orange:#ffce99;
--mouse-nose:#ffe4b3;
--creamy-cloud-dreams:#fff5e0;
}