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