CSS code for this palette
/* CSS */
.marquisette {
color: #f5d49e;
}
.crunch {
color: #f2b75f;
}
.debrito {
color: #f57a3d;
}
.sohi-red {
color: #ea5b3e;
}
.azalea {
color: #d53f5a;
}
/* CSS Variables */
:root {
--marquisette:#f5d49e;
--crunch:#f2b75f;
--debrito:#f57a3d;
--sohi-red:#ea5b3e;
--azalea:#d53f5a;
}