Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4c409c;
}
.ultra-violet {
color: #7965c3;
}
.lavender-cream {
color: #bda1e8;
}
.lavender-savor {
color: #f1d6ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4c409c;
--ultra-violet:#7965c3;
--lavender-cream:#bda1e8;
--lavender-savor:#f1d6ff;
}