Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.shocking-orange {
color: #ff6d1f;
}
.rackham-red {
color: #d93920;
}
.plastic-lips {
color: #a71b5f;
}
.daisy-bush {
color: #5e3b8c;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--shocking-orange:#ff6d1f;
--rackham-red:#d93920;
--plastic-lips:#a71b5f;
--daisy-bush:#5e3b8c;
}