Color names in this palette
CSS code for this palette
/* CSS */
.mousse-aux-pruneaux {
color: #e2c7f0;
}
.high-style {
color: #a8b3d7;
}
.spirit-mountain {
color: #6a8d9a;
}
.double-jeopardy {
color: #4d7a6c;
}
.shadow-leaf {
color: #3a594a;
}
/* CSS Variables */
:root {
--mousse-aux-pruneaux:#e2c7f0;
--high-style:#a8b3d7;
--spirit-mountain:#6a8d9a;
--double-jeopardy:#4d7a6c;
--shadow-leaf:#3a594a;
}