Color names in this palette
CSS code for this palette
/* CSS */
.mousse-aux-pruneaux {
color: #e0c6f1;
}
.high-style {
color: #a7b2d7;
}
.easter-egg {
color: #8d9ac8;
}
.granada-sky {
color: #5d80bb;
}
.endeavour {
color: #2b5a8c;
}
/* CSS Variables */
:root {
--mousse-aux-pruneaux:#e0c6f1;
--high-style:#a7b2d7;
--easter-egg:#8d9ac8;
--granada-sky:#5d80bb;
--endeavour:#2b5a8c;
}