Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.peri-peri {
color: #c62d2a;
}
.harissa-red {
color: #a62d2b;
}
.blue-angels-yellow {
color: #fab700;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--peri-peri:#c62d2a;
--harissa-red:#a62d2b;
--blue-angels-yellow:#fab700;
--dr-white:#fafafa;
}