Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.copper-river {
color: #f3a56d;
}
.straw-hat {
color: #f1d7a7;
}
.pretty-petunia {
color: #d8b3df;
}
.wisteria {
color: #a77dba;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--copper-river:#f3a56d;
--straw-hat:#f1d7a7;
--pretty-petunia:#d8b3df;
--wisteria:#a77dba;
}