Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.beacon-blue {
color: #2a5b98;
}
.navagio-bay {
color: #3b8cb5;
}
.sail-away {
color: #58b8e4;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--beacon-blue:#2a5b98;
--navagio-bay:#3b8cb5;
--sail-away:#58b8e4;
--light-budgie-blue:#a1d6e8;
}