Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.cyan-cobalt-blue {
color: #2a5a9d;
}
.boat-house {
color: #4b8bc3;
}
.bright-spark {
color: #76c0e0;
}
.ganon-blue {
color: #a2e4f6;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--cyan-cobalt-blue:#2a5a9d;
--boat-house:#4b8bc3;
--bright-spark:#76c0e0;
--ganon-blue:#a2e4f6;
}