Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.essentially-bright {
color: #ffdf9e;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--essentially-bright:#ffdf9e;
--creamy-cloud-dreams:#fff5e0;
--sun-crete:#ff8c00;
}