Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4e6d;
}
.english-river {
color: #3b798c;
}
.hygiene-green {
color: #5cb7b0;
}
.aqua-wish {
color: #a3e1d2;
}
.whitest-white {
color: #f7f9f5;
}
/* CSS Variables */
:root {
--seafarer:#1c4e6d;
--english-river:#3b798c;
--hygiene-green:#5cb7b0;
--aqua-wish:#a3e1d2;
--whitest-white:#f7f9f5;
}