CSS code for this palette
/* CSS */
.persicus {
color: #ffb59e;
}
.wake-me-up {
color: #f5d65c;
}
.radiant-sun {
color: #f3ca4f;
}
.thimble-red {
color: #a1598b;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--persicus:#ffb59e;
--wake-me-up:#f5d65c;
--radiant-sun:#f3ca4f;
--thimble-red:#a1598b;
--black:#000000;
}