CSS code for this palette
/* CSS */
.bright-spark {
color: #75c0e1;
}
.sea-capture {
color: #5cbbe0;
}
.brig {
color: #4fa3c4;
}
.scooter {
color: #2d8a9f;
}
.night-shift {
color: #2d5f6c;
}
/* CSS Variables */
:root {
--bright-spark:#75c0e1;
--sea-capture:#5cbbe0;
--brig:#4fa3c4;
--scooter:#2d8a9f;
--night-shift:#2d5f6c;
}