CSS code for this palette
/* CSS */
.bone-white {
color: #f1e0b1;
}
.5 {
color: #f9d88b;
}
.citrus-honey {
color: #f9b76c;
}
.fading-torch {
color: #f99b53;
}
.carrot {
color: #f9703e;
}
/* CSS Variables */
:root {
--bone-white:#f1e0b1;
--5:#f9d88b;
--citrus-honey:#f9b76c;
--fading-torch:#f99b53;
--carrot:#f9703e;
}