Color names in this palette
CSS code for this palette
/* CSS */
.orange-confection {
color: #f5e2d1;
}
.pallid-orange {
color: #f9ba9f;
}
.upstream-salmon {
color: #f99b7b;
}
.peach-echo {
color: #f4715d;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--orange-confection:#f5e2d1;
--pallid-orange:#f9ba9f;
--upstream-salmon:#f99b7b;
--peach-echo:#f4715d;
--mandarin-red:#e74d3c;
}