Color names in this palette
CSS code for this palette
/* CSS */
.vegan {
color: #1dbf89;
}
.treasured-teal {
color: #4ec6b2;
}
.andes-sky {
color: #6fd6d8;
}
.spinnaker {
color: #a3e0e0;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--vegan:#1dbf89;
--treasured-teal:#4ec6b2;
--andes-sky:#6fd6d8;
--spinnaker:#a3e0e0;
--american-yellow:#f5b400;
}