Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.tint-of-turquoise {
color: #39c6b3;
}
.neon-nazar {
color: #4fdedb;
}
.spinnaker {
color: #a3e0df;
}
.light-petite-pink {
color: #f0d7d6;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--tint-of-turquoise:#39c6b3;
--neon-nazar:#4fdedb;
--spinnaker:#a3e0df;
--light-petite-pink:#f0d7d6;
}