Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.clematis-blue {
color: #3f3a92;
}
.murex {
color: #827cb1;
}
.berry-frapp {
color: #b2a1c9;
}
.mousse-aux-pruneaux {
color: #e3cbf6;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--clematis-blue:#3f3a92;
--murex:#827cb1;
--berry-frapp:#b2a1c9;
--mousse-aux-pruneaux:#e3cbf6;
}