Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.port-hope {
color: #51bdbd;
}
.aqua-zing {
color: #7eddd5;
}
.ice-crystal-blue {
color: #a6e8e1;
}
.icy-wind {
color: #d2f4f1;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--port-hope:#51bdbd;
--aqua-zing:#7eddd5;
--ice-crystal-blue:#a6e8e1;
--icy-wind:#d2f4f1;
}