Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.carrot-lava {
color: #f9591f;
}
.raspberry-sorbet {
color: #d7336c;
}
.vega-violet {
color: #a34dff;
}
.skinny-jeans {
color: #5c8dff;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--carrot-lava:#f9591f;
--raspberry-sorbet:#d7336c;
--vega-violet:#a34dff;
--skinny-jeans:#5c8dff;
}