Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chai-latte {
color: #f8c8a0;
}
.calabrese {
color: #f1a8a2;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chai-latte:#f8c8a0;
--calabrese:#f1a8a2;
--orange-gluttony:#e77e23;
--tenn:#d15400;
}