Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.citrus-hill {
color: #f8a78b;
}
.barbarian {
color: #f5895b;
}
.chinese-orange {
color: #f26d40;
}
.sohi-red {
color: #e85a3b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--citrus-hill:#f8a78b;
--barbarian:#f5895b;
--chinese-orange:#f26d40;
--sohi-red:#e85a3b;
}