Color names in this palette
CSS code for this palette
/* CSS */
.neptune-s-wrath {
color: #0b3c5b;
}
.saxony-blue {
color: #1c6e8d;
}
.freshwater {
color: #4ba2af;
}
.sea-foam {
color: #89e1d1;
}
.whitest-white {
color: #f6f9f5;
}
/* CSS Variables */
:root {
--neptune-s-wrath:#0b3c5b;
--saxony-blue:#1c6e8d;
--freshwater:#4ba2af;
--sea-foam:#89e1d1;
--whitest-white:#f6f9f5;
}