Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b4a1;
}
.coral-silk {
color: #f3a27c;
}
.pizazz {
color: #e57e3e;
}
.harvest-pumpkin {
color: #d26328;
}
.chinese-night {
color: #a93a1e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b4a1;
--coral-silk:#f3a27c;
--pizazz:#e57e3e;
--harvest-pumpkin:#d26328;
--chinese-night:#a93a1e;
}