Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.flame-orange {
color: #f78a1d;
}
.sohi-red {
color: #e4593a;
}
.refined-chianti {
color: #901d40;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--maximum-yellow-red:#f1b74b;
--flame-orange:#f78a1d;
--sohi-red:#e4593a;
--refined-chianti:#901d40;
}