Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4b6c;
}
.seachange {
color: #3b8b9b;
}
.florida-turquoise {
color: #6cb7b2;
}
.touch-of-turquoise {
color: #9fd6d1;
}
.soothing-sea {
color: #bce6e0;
}
/* CSS Variables */
:root {
--seafarer:#1e4b6c;
--seachange:#3b8b9b;
--florida-turquoise:#6cb7b2;
--touch-of-turquoise:#9fd6d1;
--soothing-sea:#bce6e0;
}