Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.liberty {
color: #4b4c9b;
}
.ontario-violet {
color: #7a7eae;
}
.canyon-mist {
color: #a5a5c0;
}
.violet-water {
color: #d3d5e4;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--liberty:#4b4c9b;
--ontario-violet:#7a7eae;
--canyon-mist:#a5a5c0;
--violet-water:#d3d5e4;
}