CSS code for this palette
/* CSS */
.seafarer {
color: #1e4b6c;
}
.zenith {
color: #497b9c;
}
.water-music {
color: #6db2c0;
}
.pyrite {
color: #f4c543;
}
.carrot {
color: #f86a3f;
}
/* CSS Variables */
:root {
--seafarer:#1e4b6c;
--zenith:#497b9c;
--water-music:#6db2c0;
--pyrite:#f4c543;
--carrot:#f86a3f;
}