Color names in this palette
CSS code for this palette
/* CSS */
.sunken-harbor {
color: #1e3d43;
}
.king-tide {
color: #2a6e79;
}
.viking {
color: #4cb3c8;
}
.ethereal-white {
color: #e6f4f1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sunken-harbor:#1e3d43;
--king-tide:#2a6e79;
--viking:#4cb3c8;
--ethereal-white:#e6f4f1;
--grapefruit-pulp:#ff6e61;
}