Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffb1ad;
}
.conch-shell {
color: #ff8a9b;
}
.blush-hour {
color: #ff708f;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e6d;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffb1ad;
--conch-shell:#ff8a9b;
--blush-hour:#ff708f;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e6d;
}