CSS code for this palette
/* CSS */
.straw-hat {
color: #f0d2a8;
}
.diva-rouge {
color: #e9bba5;
}
.ballet-rose {
color: #d6a9b1;
}
.lupine {
color: #c39dc0;
}
.lobby-lilac {
color: #a47bb2;
}
/* CSS Variables */
:root {
--straw-hat:#f0d2a8;
--diva-rouge:#e9bba5;
--ballet-rose:#d6a9b1;
--lupine:#c39dc0;
--lobby-lilac:#a47bb2;
}