Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.coral-silk {
color: #f3a67c;
}
.usubeni-red {
color: #f26969;
}
.sweet-potato {
color: #d97f3f;
}
.lazy-grey {
color: #bfc0c4;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--coral-silk:#f3a67c;
--usubeni-red:#f26969;
--sweet-potato:#d97f3f;
--lazy-grey:#bfc0c4;
}