Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.royal-night {
color: #2d2d8f;
}
.governor-bay {
color: #50509b;
}
.deep-periwinkle {
color: #8080bc;
}
.maximum-blue-purple {
color: #b1b1e2;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--royal-night:#2d2d8f;
--governor-bay:#50509b;
--deep-periwinkle:#8080bc;
--maximum-blue-purple:#b1b1e2;
}