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: #ffe3b3;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--caramel-finish:#ffd699;
--peach-of-mind:#ffe3b3;
--creamy-cloud-dreams:#fff6e0;
}