Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.magic-blue {
color: #398ca7;
}
.watercourse {
color: #5ec9d9;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.yellow-chalk {
color: #f6f6b1;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--magic-blue:#398ca7;
--watercourse:#5ec9d9;
--ice-crystal-blue:#a5e3e0;
--yellow-chalk:#f6f6b1;
}