Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.flirty-rose {
color: #d45e8d;
}
.our-little-secret {
color: #a84d7a;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--flirty-rose:#d45e8d;
--our-little-secret:#a84d7a;
}