Color names in this palette
CSS code for this palette
/* CSS */
.neon-nazar {
color: #4cd9e1;
}
.fresh-turquoise {
color: #3ddbd1;
}
.caicos-turquoise {
color: #2cb3ba;
}
.ocean-liner {
color: #1a8e8a;
}
.blue-emerald {
color: #0f5c5c;
}
/* CSS Variables */
:root {
--neon-nazar:#4cd9e1;
--fresh-turquoise:#3ddbd1;
--caicos-turquoise:#2cb3ba;
--ocean-liner:#1a8e8a;
--blue-emerald:#0f5c5c;
}