CSS code for this palette
/* CSS */
.drama-queen {
color: #a66e99;
}
.sweet-lilac {
color: #eab8d1;
}
.mary-s-rose {
color: #f4d2d4;
}
.yahoo {
color: #f9b9a9;
}
.sundown {
color: #f5c99e;
}
/* CSS Variables */
:root {
--drama-queen:#a66e99;
--sweet-lilac:#eab8d1;
--mary-s-rose:#f4d2d4;
--yahoo:#f9b9a9;
--sundown:#f5c99e;
}