Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.beaded-blue {
color: #494d92;
}
.astro-zinger {
color: #7879b5;
}
.spoiled-rotten {
color: #b5c1e3;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--beaded-blue:#494d92;
--astro-zinger:#7879b5;
--spoiled-rotten:#b5c1e3;
--m-white:#f5f7ff;
}