Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.peach-mimosa {
color: #f5a38e;
}
.smoked-salmon {
color: #f57f70;
}
.emberglow {
color: #e76a5a;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--peach-mimosa:#f5a38e;
--smoked-salmon:#f57f70;
--emberglow:#e76a5a;
--flame-stitch:#d95d45;
}