Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.liberty {
color: #4f4f9c;
}
.astro-zinger {
color: #7878b5;
}
.wild-orchid-blue {
color: #b2b2e0;
}
.flax-bloom {
color: #d1d1f5;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--liberty:#4f4f9c;
--astro-zinger:#7878b5;
--wild-orchid-blue:#b2b2e0;
--flax-bloom:#d1d1f5;
}