Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.maximum-blue-green {
color: #2cbaba;
}
.fresh-turquoise {
color: #43d6d6;
}
.ice-crystal-blue {
color: #a6e3e3;
}
.cold-white {
color: #f0fffa;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--maximum-blue-green:#2cbaba;
--fresh-turquoise:#43d6d6;
--ice-crystal-blue:#a6e3e3;
--cold-white:#f0fffa;
}