Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d0;
}
.french-pink {
color: #ff709d;
}
.french-rose {
color: #ff4d88;
}
.chinese-new-year {
color: #ff2e6d;
}
.pure-hedonist {
color: #ff1a5b;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d0;
--french-pink:#ff709d;
--french-rose:#ff4d88;
--chinese-new-year:#ff2e6d;
--pure-hedonist:#ff1a5b;
}