Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.calabrese {
color: #f1a8a2;
}
.cachet-cream {
color: #f2daba;
}
.sweet-alyssum {
color: #e7c5e1;
}
.silver-rust {
color: #c39fe0;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--calabrese:#f1a8a2;
--cachet-cream:#f2daba;
--sweet-alyssum:#e7c5e1;
--silver-rust:#c39fe0;
}