Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.shrimp-toast {
color: #f7c6a1;
}
.cupid {
color: #f6b1c5;
}
.lush-lilac {
color: #a27cbb;
}
.beaded-blue {
color: #4d4b8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--shrimp-toast:#f7c6a1;
--cupid:#f6b1c5;
--lush-lilac:#a27cbb;
--beaded-blue:#4d4b8b;
}