Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4c409c;
}
.venus-violet {
color: #7c69bf;
}
.childish-wonder {
color: #a3aae0;
}
.minute-mauve {
color: #f1e0fa;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4c409c;
--venus-violet:#7c69bf;
--childish-wonder:#a3aae0;
--minute-mauve:#f1e0fa;
}