Color names in this palette
CSS code for this palette
/* CSS */
.sweetie-pie {
color: #e4b9d9;
}
.rogue-pink {
color: #f3a5c3;
}
.fruit-shake {
color: #f59c8e;
}
.squash-blossom {
color: #f7b83b;
}
.bursting-lemon {
color: #f9e285;
}
/* CSS Variables */
:root {
--sweetie-pie:#e4b9d9;
--rogue-pink:#f3a5c3;
--fruit-shake:#f59c8e;
--squash-blossom:#f7b83b;
--bursting-lemon:#f9e285;
}