Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.governor-bay {
color: #4d5b9d;
}
.corfu-sky {
color: #8a94c1;
}
.old-gold {
color: #d5b839;
}
.mandarin-red {
color: #e24c3c;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--governor-bay:#4d5b9d;
--corfu-sky:#8a94c1;
--old-gold:#d5b839;
--mandarin-red:#e24c3c;
}