Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1b8b8d;
}
.island-aqua {
color: #2bb1ae;
}
.medium-turquoise {
color: #4cd6d6;
}
.island-paradise {
color: #8de0e2;
}
.duck-egg-blue {
color: #c3f3f4;
}
/* CSS Variables */
:root {
--ocean-liner:#1b8b8d;
--island-aqua:#2bb1ae;
--medium-turquoise:#4cd6d6;
--island-paradise:#8de0e2;
--duck-egg-blue:#c3f3f4;
}