Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d5;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e62;
}
.future-fuchsia {
color: #ff1a3c;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d5;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e62;
--future-fuchsia:#ff1a3c;
}