Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.great-serpent {
color: #4a6ca5;
}
.coastal-waters {
color: #7ebad7;
}
.carmine {
color: #d60032;
}
.estroruby {
color: #9d0c1d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--great-serpent:#4a6ca5;
--coastal-waters:#7ebad7;
--carmine:#d60032;
--estroruby:#9d0c1d;
}