Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.caramel-finish {
color: #ffd699;
}
.peach-of-mind {
color: #ffe0b3;
}
.doeskin {
color: #fff2e5;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--caramel-finish:#ffd699;
--peach-of-mind:#ffe0b3;
--doeskin:#fff2e5;
}