Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #ff9ec2;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e70;
}
.lingonberry {
color: #ff1a5e;
}
/* CSS Variables */
:root {
--rogue-pink:#ff9ec2;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e70;
--lingonberry:#ff1a5e;
}