Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1b8d8d;
}
.blue-martina {
color: #1bc5c5;
}
.tamarama {
color: #19e5e6;
}
.frozen-turquoise {
color: #4ff3f3;
}
.electric-blue {
color: #7efbfb;
}
/* CSS Variables */
:root {
--ocean-liner:#1b8d8d;
--blue-martina:#1bc5c5;
--tamarama:#19e5e6;
--frozen-turquoise:#4ff3f3;
--electric-blue:#7efbfb;
}