Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.verditer {
color: #00b3aa;
}
.neon-nazar {
color: #4edada;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.melting-glacier {
color: #e8f7f7;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--verditer:#00b3aa;
--neon-nazar:#4edada;
--ice-crystal-blue:#a4e5e0;
--melting-glacier:#e8f7f7;
}