Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f1e4d5;
}
.mystic-tulip {
color: #f6b8a2;
}
.troll-slayer-orange {
color: #f6a64c;
}
.spiced-up-orange {
color: #e57b38;
}
.chilean-fire {
color: #d25e2d;
}
/* CSS Variables */
:root {
--china-doll:#f1e4d5;
--mystic-tulip:#f6b8a2;
--troll-slayer-orange:#f6a64c;
--spiced-up-orange:#e57b38;
--chilean-fire:#d25e2d;
}