Color names in this palette
CSS code for this palette
/* CSS */
.artificial-turf {
color: #3cb961;
}
.peppy {
color: #6ed8b5;
}
.spinnaker {
color: #a3e1e0;
}
.westfall-yellow {
color: #f9d44e;
}
.cherokee-dignity {
color: #e47c21;
}
/* CSS Variables */
:root {
--artificial-turf:#3cb961;
--peppy:#6ed8b5;
--spinnaker:#a3e1e0;
--westfall-yellow:#f9d44e;
--cherokee-dignity:#e47c21;
}