Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.blueberry {
color: #4a3c9a;
}
.fuchsia-blue {
color: #7b5dbb;
}
.rich-lavender {
color: #a677d4;
}
.spring-wisteria {
color: #d4a3e0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--blueberry:#4a3c9a;
--fuchsia-blue:#7b5dbb;
--rich-lavender:#a677d4;
--spring-wisteria:#d4a3e0;
}