Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.blushing-apricot {
color: #f9b9a4;
}
.burning-coals {
color: #f29b73;
}
.solar-flare {
color: #e57b3e;
}
.tangerine-bliss {
color: #d65b2e;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--blushing-apricot:#f9b9a4;
--burning-coals:#f29b73;
--solar-flare:#e57b3e;
--tangerine-bliss:#d65b2e;
}