Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.flame-orange {
color: #f78c22;
}
.breeze-of-chilli {
color: #f76e6e;
}
.jasper {
color: #d83b3e;
}
.blue-magenta-violet {
color: #592c90;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--flame-orange:#f78c22;
--breeze-of-chilli:#f76e6e;
--jasper:#d83b3e;
--blue-magenta-violet:#592c90;
}