Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c62a2a;
}
.fiery-coral {
color: #e05c5c;
}
.pressed-rose {
color: #f1a7a7;
}
.pink-dogwood {
color: #f5d1d1;
}
.tutu {
color: #f7e3e3;
}
/* CSS Variables */
:root {
--peri-peri:#c62a2a;
--fiery-coral:#e05c5c;
--pressed-rose:#f1a7a7;
--pink-dogwood:#f5d1d1;
--tutu:#f7e3e3;
}