Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f2e4d4;
}
.peach-temptation {
color: #f5c3b2;
}
.pumpkin-hue {
color: #f6a579;
}
.sun-orange {
color: #f47b1f;
}
.bonfire-night {
color: #d9683f;
}
/* CSS Variables */
:root {
--china-doll:#f2e4d4;
--peach-temptation:#f5c3b2;
--pumpkin-hue:#f6a579;
--sun-orange:#f47b1f;
--bonfire-night:#d9683f;
}