Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.larkspur {
color: #3c7b90;
}
.finnish-fiord {
color: #5cb2c1;
}
.ice-crystal-blue {
color: #a6e1e3;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--larkspur:#3c7b90;
--finnish-fiord:#5cb2c1;
--ice-crystal-blue:#a6e1e3;
--distant-horizon:#f1f9f9;
}