Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.bluebell {
color: #3b3b9b;
}
.blue-marguerite {
color: #5f5fb4;
}
.childish-wonder {
color: #a5aad9;
}
.imagination {
color: #e1e0f0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--bluebell:#3b3b9b;
--blue-marguerite:#5f5fb4;
--childish-wonder:#a5aad9;
--imagination:#e1e0f0;
}