CSS code for this palette
/* CSS */
.pax {
color: #c7c7db;
}
.bashful-lilac {
color: #d1d1e5;
}
.bathe-blue {
color: #c4dfe4;
}
.moon-dust {
color: #e0e6f0;
}
.dante-peak {
color: #b5d4d4;
}
/* CSS Variables */
:root {
--pax:#c7c7db;
--bashful-lilac:#d1d1e5;
--bathe-blue:#c4dfe4;
--moon-dust:#e0e6f0;
--dante-peak:#b5d4d4;
}