Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.blush-hour {
color: #ff7092;
}
.conch-shell {
color: #ff8a9d;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.flower-spell {
color: #ffccd5;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--blush-hour:#ff7092;
--conch-shell:#ff8a9d;
--cherry-blossom-pink:#ffb3c6;
--flower-spell:#ffccd5;
}