Color names in this palette
CSS code for this palette
/* CSS */
.sea-capture {
color: #5abfe7;
}
.oasis-spring {
color: #4ba3c3;
}
.sea-sparkle {
color: #419aa4;
}
.english-river {
color: #3c7b8b;
}
.night-shift {
color: #2e5f6b;
}
/* CSS Variables */
:root {
--sea-capture:#5abfe7;
--oasis-spring:#4ba3c3;
--sea-sparkle:#419aa4;
--english-river:#3c7b8b;
--night-shift:#2e5f6b;
}