Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.gem-turquoise {
color: #4ec6c6;
}
.turquoise-chalk {
color: #78e8d3;
}
.oasis-stream {
color: #a3f0e1;
}
.tinted-ice {
color: #d4f7f7;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--gem-turquoise:#4ec6c6;
--turquoise-chalk:#78e8d3;
--oasis-stream:#a3f0e1;
--tinted-ice:#d4f7f7;
}