Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c92c2f;
}
.common-chestnut {
color: #d05d5f;
}
.culpeo {
color: #e5a038;
}
.sorreno-lemon {
color: #f0d05c;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--peri-peri:#c92c2f;
--common-chestnut:#d05d5f;
--culpeo:#e5a038;
--sorreno-lemon:#f0d05c;
--mad-for-mango:#f5a300;
}