Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.flame-orange {
color: #f68a1e;
}
.kacey-s-pink {
color: #e94e77;
}
.soft-purple {
color: #a56fbe;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--flame-orange:#f68a1e;
--kacey-s-pink:#e94e77;
--soft-purple:#a56fbe;
--windstorm:#6999c3;
}