Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.rain-storm {
color: #3e5a65;
}
.wave-jumper {
color: #6c909d;
}
.blue-dam {
color: #a1c4d4;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--rain-storm:#3e5a65;
--wave-jumper:#6c909d;
--blue-dam:#a1c4d4;
--coastal-breeze:#e2f2f8;
}