Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.deep-ultramarine {
color: #3b4c91;
}
.moonshade {
color: #5c6c9d;
}
.sea-cliff {
color: #a3c4e0;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--deep-ultramarine:#3b4c91;
--moonshade:#5c6c9d;
--sea-cliff:#a3c4e0;
--fat-gold:#e6b400;
}