Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8fbe;
}
.french-pink {
color: #ff709b;
}
.sasquatch-socks {
color: #ff4d7c;
}
.chinese-new-year {
color: #ff2e66;
}
.rich-red {
color: #ff0f4b;
}
/* CSS Variables */
:root {
--cochonnet:#ff8fbe;
--french-pink:#ff709b;
--sasquatch-socks:#ff4d7c;
--chinese-new-year:#ff2e66;
--rich-red:#ff0f4b;
}