Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1d3f3f;
}
.zirconia-teal {
color: #2a7e7e;
}
.green-grapple {
color: #3db3b3;
}
.neon-nazar {
color: #4ae3e3;
}
.shallow-water {
color: #8df7f7;
}
/* CSS Variables */
:root {
--royal-neptune:#1d3f3f;
--zirconia-teal:#2a7e7e;
--green-grapple:#3db3b3;
--neon-nazar:#4ae3e3;
--shallow-water:#8df7f7;
}