Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1f8a98;
}
.caicos-turquoise {
color: #2cb2b5;
}
.fresh-turquoise {
color: #3bd3d8;
}
.blue-crystal-landscape {
color: #6ff1e6;
}
.affen-turquoise {
color: #a3fffa;
}
/* CSS Variables */
:root {
--waikiki:#1f8a98;
--caicos-turquoise:#2cb2b5;
--fresh-turquoise:#3bd3d8;
--blue-crystal-landscape:#6ff1e6;
--affen-turquoise:#a3fffa;
}