Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.blueberry {
color: #4f3e98;
}
.lavish-spending {
color: #896ab4;
}
.violet-velvet {
color: #b79fdb;
}
.placebo-fuchsia {
color: #f5e5ff;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--blueberry:#4f3e98;
--lavish-spending:#896ab4;
--violet-velvet:#b79fdb;
--placebo-fuchsia:#f5e5ff;
}