CSS code for this palette
/* CSS */
.pax {
color: #c7c7db;
}
.blue-glow {
color: #b3d3db;
}
.so-blue-berry {
color: #d5d8e2;
}
.alice-blue {
color: #f0f4ff;
}
.rivers-edge {
color: #b1d8d8;
}
/* CSS Variables */
:root {
--pax:#c7c7db;
--blue-glow:#b3d3db;
--so-blue-berry:#d5d8e2;
--alice-blue:#f0f4ff;
--rivers-edge:#b1d8d8;
}