Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.carrot-orange {
color: #f08a24;
}
.decisive-yellow {
color: #ffcc4d;
}
.jolt-of-jade {
color: #4cb8a2;
}
.orchid {
color: #7a8cff;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--carrot-orange:#f08a24;
--decisive-yellow:#ffcc4d;
--jolt-of-jade:#4cb8a2;
--orchid:#7a8cff;
}