Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1e1e76;
}
.bluebell {
color: #3b3b9b;
}
.circumorbital-ring {
color: #5f5fbf;
}
.bluebell-frost {
color: #9b9bcf;
}
.flax-bloom {
color: #d3d3f3;
}
/* CSS Variables */
:root {
--snorlax:#1e1e76;
--bluebell:#3b3b9b;
--circumorbital-ring:#5f5fbf;
--bluebell-frost:#9b9bcf;
--flax-bloom:#d3d3f3;
}