Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.rogue-pink {
color: #ff9ec2;
}
.informative-pink {
color: #ff85ad;
}
.french-pink {
color: #ff6b9a;
}
.sasquatch-socks {
color: #ff4d82;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--rogue-pink:#ff9ec2;
--informative-pink:#ff85ad;
--french-pink:#ff6b9a;
--sasquatch-socks:#ff4d82;
}