Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.usubeni-red {
color: #f1656e;
}
.pallid-orange {
color: #f8b8a0;
}
.friendship {
color: #fbd6c1;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--usubeni-red:#f1656e;
--pallid-orange:#f8b8a0;
--friendship:#fbd6c1;
--delightful-peach:#ffebd1;
}