Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #ca2b2b;
}
.obstinate-orange {
color: #d75928;
}
.plantain-chips {
color: #d6a64c;
}
.greasy-green-beans {
color: #a4b65d;
}
.independence {
color: #4b4e6c;
}
/* CSS Variables */
:root {
--peri-peri:#ca2b2b;
--obstinate-orange:#d75928;
--plantain-chips:#d6a64c;
--greasy-green-beans:#a4b65d;
--independence:#4b4e6c;
}