Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.outer-reef {
color: #2b5e91;
}
.navagio-bay {
color: #3c8eb4;
}
.norfolk-sky {
color: #6cbae4;
}
.crystal-river {
color: #b1e3f1;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--outer-reef:#2b5e91;
--navagio-bay:#3c8eb4;
--norfolk-sky:#6cbae4;
--crystal-river:#b1e3f1;
}