Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1c3e4a;
}
.kimberley-sea {
color: #3a6b7e;
}
.artesian-well {
color: #5eb0a6;
}
.aqua-wish {
color: #a3e1d2;
}
.white-nectar {
color: #f6f8d8;
}
/* CSS Variables */
:root {
--subterranean-river:#1c3e4a;
--kimberley-sea:#3a6b7e;
--artesian-well:#5eb0a6;
--aqua-wish:#a3e1d2;
--white-nectar:#f6f8d8;
}