Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.cayman-bay {
color: #4f7a8c;
}
.crystal-lake {
color: #87b5c4;
}
.yellow-cream {
color: #f2d36e;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--cayman-bay:#4f7a8c;
--crystal-lake:#87b5c4;
--yellow-cream:#f2d36e;
--coral-orange:#e86a4a;
}