Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.peach-bud {
color: #f9b1ae;
}
.concord-jam {
color: #6c5b80;
}
.matisse {
color: #365c7d;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--peach-bud:#f9b1ae;
--concord-jam:#6c5b80;
--matisse:#365c7d;
--momo-peach:#f67481;
}