Color names in this palette
CSS code for this palette
/* CSS */
.high-style {
color: #a6b1d9;
}
.newman-s-eye {
color: #b2c6e0;
}
.aquarelle-purple {
color: #d7e2f4;
}
.m-white {
color: #f5f7ff;
}
.portage {
color: #899ad7;
}
/* CSS Variables */
:root {
--high-style:#a6b1d9;
--newman-s-eye:#b2c6e0;
--aquarelle-purple:#d7e2f4;
--m-white:#f5f7ff;
--portage:#899ad7;
}