Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8c8e;
}
.caicos-turquoise {
color: #2bb3b6;
}
.medium-turquoise {
color: #4cd6d6;
}
.island-paradise {
color: #8be5e5;
}
.tinted-ice {
color: #cff7f7;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8c8e;
--caicos-turquoise:#2bb3b6;
--medium-turquoise:#4cd6d6;
--island-paradise:#8be5e5;
--tinted-ice:#cff7f7;
}