Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.popcorn {
color: #f6d379;
}
.venetian-yellow {
color: #f6e6a2;
}
.hanami-pink {
color: #f1a7e1;
}
.fuchsia-blush {
color: #e481bb;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--popcorn:#f6d379;
--venetian-yellow:#f6e6a2;
--hanami-pink:#f1a7e1;
--fuchsia-blush:#e481bb;
}