Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.governor-bay {
color: #4b4fa0;
}
.deep-periwinkle {
color: #797bbe;
}
.dill-green {
color: #b8b24c;
}
.sweet-potato {
color: #d67d3d;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--governor-bay:#4b4fa0;
--deep-periwinkle:#797bbe;
--dill-green:#b8b24c;
--sweet-potato:#d67d3d;
}