Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.gem-turquoise {
color: #4fbfbf;
}
.deep-aquamarine {
color: #7fe1e1;
}
.ice-citadel {
color: #acf6f6;
}
.coastal-breeze {
color: #e1f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--gem-turquoise:#4fbfbf;
--deep-aquamarine:#7fe1e1;
--ice-citadel:#acf6f6;
--coastal-breeze:#e1f9f9;
}