Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b53c;
}
.forsythia-blossom {
color: #f9d66c;
}
.bone-white {
color: #f1e1b1;
}
.prettiest-pink {
color: #e8a6c7;
}
.liseran-purple {
color: #d76a9d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b53c;
--forsythia-blossom:#f9d66c;
--bone-white:#f1e1b1;
--prettiest-pink:#e8a6c7;
--liseran-purple:#d76a9d;
}