Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.peach-orange {
color: #ffce99;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.doeskin {
color: #fff2e5;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--peach-orange:#ffce99;
--vanilla-ice-cream:#ffe7b3;
--doeskin:#fff2e5;
}