Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.galaxy-express {
color: #494997;
}
.astro-zinger {
color: #7575b8;
}
.simply-violet {
color: #a2a2d8;
}
.lavender-mist {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--galaxy-express:#494997;
--astro-zinger:#7575b8;
--simply-violet:#a2a2d8;
--lavender-mist:#e5e5ff;
}