Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.island-aqua {
color: #2bb1b1;
}
.neon-nazar {
color: #4ad9d9;
}
.bath-water {
color: #80f4f4;
}
.affen-turquoise {
color: #a3ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--island-aqua:#2bb1b1;
--neon-nazar:#4ad9d9;
--bath-water:#80f4f4;
--affen-turquoise:#a3ffff;
}