Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.cochonnet {
color: #ff8abe;
}
.french-pink {
color: #ff709d;
}
.sasquatch-socks {
color: #ff4d7f;
}
.peevish-red {
color: #ff2969;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--cochonnet:#ff8abe;
--french-pink:#ff709d;
--sasquatch-socks:#ff4d7f;
--peevish-red:#ff2969;
}