Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.truth {
color: #394989;
}
.moonshade {
color: #5d6b98;
}
.lemon-dream {
color: #f0a400;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--truth:#394989;
--moonshade:#5d6b98;
--lemon-dream:#f0a400;
--bacon-strips:#e13e33;
}