Color names in this palette
CSS code for this palette
/* CSS */
.wave-jumper {
color: #6c8f9d;
}
.zenith {
color: #497b9c;
}
.english-river {
color: #3a768d;
}
.nautical-creatures {
color: #2d5c7b;
}
.terror-from-the-deep {
color: #1e496c;
}
/* CSS Variables */
:root {
--wave-jumper:#6c8f9d;
--zenith:#497b9c;
--english-river:#3a768d;
--nautical-creatures:#2d5c7b;
--terror-from-the-deep:#1e496c;
}