Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.aztec-sky {
color: #4cb8d6;
}
.charlotte {
color: #a3e1e6;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--valley-of-glaciers:#2b7a9c;
--aztec-sky:#4cb8d6;
--charlotte:#a3e1e6;
--distant-horizon:#f1f9f8;
}