Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.shocking-orange {
color: #ff6d1f;
}
.raspberry-sorbet {
color: #d83b68;
}
.purple-berry {
color: #4b4e72;
}
.bright-eggplant {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--shocking-orange:#ff6d1f;
--raspberry-sorbet:#d83b68;
--purple-berry:#4b4e72;
--bright-eggplant:#5e4b8b;
}