CSS code for this palette
/* CSS */
.strong-iris {
color: #5e5b80;
}
.mauveine {
color: #8a698c;
}
.tracery {
color: #d9b8a1;
}
.sun-dust {
color: #f5e0a3;
}
.crunch {
color: #f2b75f;
}
/* CSS Variables */
:root {
--strong-iris:#5e5b80;
--mauveine:#8a698c;
--tracery:#d9b8a1;
--sun-dust:#f5e0a3;
--crunch:#f2b75f;
}