CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-tart {
color: #ffde66;
}
.glowlight {
color: #fff5b8;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--floral-leaf:#ffb84d;
--lemon-tart:#ffde66;
--glowlight:#fff5b8;
--white:#ffffff;
}