Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.cochonnet {
color: #ff8ab9;
}
.french-pink {
color: #ff709b;
}
.sasquatch-socks {
color: #ff4d7f;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--cochonnet:#ff8ab9;
--french-pink:#ff709b;
--sasquatch-socks:#ff4d7f;
--chinese-new-year:#ff2e66;
}