Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.galactic-purple {
color: #4b2c9b;
}
.blue-marguerite {
color: #6b4cb8;
}
.true-v {
color: #8a70cd;
}
.shy-moment {
color: #b19eff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--galactic-purple:#4b2c9b;
--blue-marguerite:#6b4cb8;
--true-v:#8a70cd;
--shy-moment:#b19eff;
}