Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.shocking-orange {
color: #ff6d1f;
}
.sasquatch-socks {
color: #ff4d7f;
}
.zeus-purple {
color: #690571;
}
.indigo {
color: #4a0080;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--shocking-orange:#ff6d1f;
--sasquatch-socks:#ff4d7f;
--zeus-purple:#690571;
--indigo:#4a0080;
}