Color names in this palette
CSS code for this palette
/* CSS */
.blue-pearl {
color: #c5d7e2;
}
.everlasting {
color: #a0c1d9;
}
.estuary-blue {
color: #6da2b6;
}
.larkspur {
color: #3a7a92;
}
.seafarer {
color: #1e4d67;
}
/* CSS Variables */
:root {
--blue-pearl:#c5d7e2;
--everlasting:#a0c1d9;
--estuary-blue:#6da2b6;
--larkspur:#3a7a92;
--seafarer:#1e4d67;
}