Color names in this palette
CSS code for this palette
/* CSS */
.defenestration {
color: #c5d6e2;
}
.airborne {
color: #a1c1d4;
}
.aragonite-blue {
color: #6996b0;
}
.larkspur {
color: #3a7a92;
}
.seafarer {
color: #1e4e6b;
}
/* CSS Variables */
:root {
--defenestration:#c5d6e2;
--airborne:#a1c1d4;
--aragonite-blue:#6996b0;
--larkspur:#3a7a92;
--seafarer:#1e4e6b;
}