Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.dazzling-blue {
color: #3b4e9b;
}
.blue-iolite {
color: #5b7dbe;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e64e3d;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--dazzling-blue:#3b4e9b;
--blue-iolite:#5b7dbe;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e64e3d;
}