CSS code for this palette
/* CSS */
.tangaroa {
color: #1f2b3d;
}
.inked {
color: #3a5064;
}
.breaker-bay {
color: #4f7d7a;
}
.turquoise-fantasies {
color: #6db0a5;
}
.cay {
color: #a3d1d7;
}
/* CSS Variables */
:root {
--tangaroa:#1f2b3d;
--inked:#3a5064;
--breaker-bay:#4f7d7a;
--turquoise-fantasies:#6db0a5;
--cay:#a3d1d7;
}