Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4d69;
}
.atlantic-gull {
color: #4f8cb5;
}
.wavelet {
color: #80c4d0;
}
.bravo-blue {
color: #d3e7e9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--seafarer:#1c4d69;
--atlantic-gull:#4f8cb5;
--wavelet:#80c4d0;
--bravo-blue:#d3e7e9;
--grapefruit-pulp:#ff6e61;
}