Color names in this palette
CSS code for this palette
/* CSS */
.neon-nazar {
color: #4cd4e1;
}
.caicos-turquoise {
color: #2bb1b6;
}
.ocean-liner {
color: #1a8e8e;
}
.tidepool {
color: #0d6e6e;
}
.port-malmesbury {
color: #0a4d4d;
}
/* CSS Variables */
:root {
--neon-nazar:#4cd4e1;
--caicos-turquoise:#2bb1b6;
--ocean-liner:#1a8e8e;
--tidepool:#0d6e6e;
--port-malmesbury:#0a4d4d;
}