Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c82d2d;
}
.aurora-orange {
color: #ef6e43;
}
.lion-of-menecrates {
color: #f1a76a;
}
.bone-white {
color: #f2e2b0;
}
.buccaneer {
color: #6e4e50;
}
/* CSS Variables */
:root {
--peri-peri:#c82d2d;
--aurora-orange:#ef6e43;
--lion-of-menecrates:#f1a76a;
--bone-white:#f2e2b0;
--buccaneer:#6e4e50;
}