CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.sweet-lilac {
color: #eab8d1;
}
.violet-velvet {
color: #b69ada;
}
.tear {
color: #b6d7e2;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--sweet-lilac:#eab8d1;
--violet-velvet:#b69ada;
--tear:#b6d7e2;
}