Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.majestic-eggplant {
color: #3b2b8c;
}
.parfait-d-amour {
color: #6f4c94;
}
.prickly-purple {
color: #9c6ab4;
}
.herb-robert {
color: #e59ee2;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--majestic-eggplant:#3b2b8c;
--parfait-d-amour:#6f4c94;
--prickly-purple:#9c6ab4;
--herb-robert:#e59ee2;
}