Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d6;
}
.taffy-pink {
color: #ffa3c3;
}
.flamingo-pink {
color: #ff8fab;
}
.blush-hour {
color: #ff7094;
}
.sasquatch-socks {
color: #ff4d7c;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d6;
--taffy-pink:#ffa3c3;
--flamingo-pink:#ff8fab;
--blush-hour:#ff7094;
--sasquatch-socks:#ff4d7c;
}