Color names in this palette
CSS code for this palette
/* CSS */
.cossack-dancer {
color: #4c8e9e;
}
.ocean-call {
color: #296d8e;
}
.suez-canal {
color: #1e5c7b;
}
.subterranean-river {
color: #1f3651;
}
.subterranean-river {
color: #1b3b4b;
}
/* CSS Variables */
:root {
--cossack-dancer:#4c8e9e;
--ocean-call:#296d8e;
--suez-canal:#1e5c7b;
--subterranean-river:#1f3651;
--subterranean-river:#1b3b4b;
}