Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4b4b9b;
}
.purple-toolbox {
color: #6f6fbe;
}
.cold-lips {
color: #a1a1f2;
}
.light-periwinkle {
color: #c2c2ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4b4b9b;
--purple-toolbox:#6f6fbe;
--cold-lips:#a1a1f2;
--light-periwinkle:#c2c2ff;
}