Color names in this palette
CSS code for this palette
/* CSS */
.dark-seashore-night {
color: #0b3d93;
}
.blue-dart-frog {
color: #3b7e9b;
}
.ocean-trip {
color: #5eb1b5;
}
.quench-blue {
color: #b5e1e8;
}
.cascading-white {
color: #f8f6f6;
}
/* CSS Variables */
:root {
--dark-seashore-night:#0b3d93;
--blue-dart-frog:#3b7e9b;
--ocean-trip:#5eb1b5;
--quench-blue:#b5e1e8;
--cascading-white:#f8f6f6;
}