Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.consumed-by-fire {
color: #f87c16;
}
.vivid-red-tangelo {
color: #d95e20;
}
.chocolate-chili {
color: #a8422e;
}
.sundried-tomato {
color: #6a2c2a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--consumed-by-fire:#f87c16;
--vivid-red-tangelo:#d95e20;
--chocolate-chili:#a8422e;
--sundried-tomato:#6a2c2a;
}