Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.boat-house {
color: #4a8bba;
}
.bright-spark {
color: #76c0e5;
}
.pale-banana {
color: #f6e48e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--boat-house:#4a8bba;
--bright-spark:#76c0e5;
--pale-banana:#f6e48e;
--dodgeroll-gold:#f39c12;
}