Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #ca2b2b;
}
.bitter-orange {
color: #d77c2d;
}
.sorreno-lemon {
color: #f1d05b;
}
.bruni-green {
color: #7e9d2a;
}
.turf {
color: #3b5a2b;
}
/* CSS Variables */
:root {
--peri-peri:#ca2b2b;
--bitter-orange:#d77c2d;
--sorreno-lemon:#f1d05b;
--bruni-green:#7e9d2a;
--turf:#3b5a2b;
}