Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.muted-lavender {
color: #3c5a9a;
}
.chronus-blue {
color: #6fa9d3;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--muted-lavender:#3c5a9a;
--chronus-blue:#6fa9d3;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}