Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.cream-blush {
color: #f8c39b;
}
.flower-spell {
color: #fbc6d8;
}
.spring-wisteria {
color: #d3a3e0;
}
.grant-village {
color: #6a8faf;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--cream-blush:#f8c39b;
--flower-spell:#fbc6d8;
--spring-wisteria:#d3a3e0;
--grant-village:#6a8faf;
}