Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.blue-gem {
color: #503c90;
}
.trunks-hair {
color: #985eba;
}
.nyc-taxi {
color: #f5b62e;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--blue-gem:#503c90;
--trunks-hair:#985eba;
--nyc-taxi:#f5b62e;
--mandarin-red:#e8493b;
}