Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.chinese-orange {
color: #f16f3b;
}
.pure-red {
color: #d62b1f;
}
.chili-pepper {
color: #a71b39;
}
.deep-amethyst {
color: #592d8b;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--chinese-orange:#f16f3b;
--pure-red:#d62b1f;
--chili-pepper:#a71b39;
--deep-amethyst:#592d8b;
}