Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.wizard-s-potion {
color: #5c5c99;
}
.lazy-lavender {
color: #a5a1b5;
}
.shyness {
color: #f3f2d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--wizard-s-potion:#5c5c99;
--lazy-lavender:#a5a1b5;
--shyness:#f3f2d8;
--grapefruit-pulp:#ff6e61;
}