Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chaat-masala {
color: #f07f2d;
}
.startling-orange {
color: #e55f2e;
}
.crimson-glow {
color: #c33c3c;
}
.pink-horror {
color: #902c62;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chaat-masala:#f07f2d;
--startling-orange:#e55f2e;
--crimson-glow:#c33c3c;
--pink-horror:#902c62;
}