Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.coronation-blue {
color: #5e509b;
}
.soft-purple {
color: #a86eb9;
}
.lavender-candy {
color: #f9b4d2;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--coronation-blue:#5e509b;
--soft-purple:#a86eb9;
--lavender-candy:#f9b4d2;
--matt-pink:#ffb3c1;
}