Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.cochonnet {
color: #ff8abd;
}
.french-pink {
color: #ff6b9a;
}
.sasquatch-socks {
color: #ff4d7c;
}
.lingonberry {
color: #ff2962;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--cochonnet:#ff8abd;
--french-pink:#ff6b9a;
--sasquatch-socks:#ff4d7c;
--lingonberry:#ff2962;
}