CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.aqueous {
color: #3a8e9c;
}
.squeaky {
color: #6cc4d5;
}
.charlotte {
color: #a3e0e6;
}
.gram-s-hair {
color: #f5f7f9;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--aqueous:#3a8e9c;
--squeaky:#6cc4d5;
--charlotte:#a3e0e6;
--gram-s-hair:#f5f7f9;
}