Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.beaded-blue {
color: #4b4c8b;
}
.astro-zinger {
color: #7a7eb3;
}
.maximum-blue-purple {
color: #afb0e4;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--beaded-blue:#4b4c8b;
--astro-zinger:#7a7eb3;
--maximum-blue-purple:#afb0e4;
--m-white:#f5f7ff;
}