Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.deep-space-rodeo {
color: #392678;
}
.grapes-of-italy {
color: #6e4e8d;
}
.mai-tai {
color: #a76b2f;
}
.mandarin-red {
color: #e94b3a;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--deep-space-rodeo:#392678;
--grapes-of-italy:#6e4e8d;
--mai-tai:#a76b2f;
--mandarin-red:#e94b3a;
}