Color names in this palette
CSS code for this palette
/* CSS */
.pink-currant {
color: #ffd6e7;
}
.pink-cattleya {
color: #ffb3d1;
}
.flamingo-pink {
color: #ff8fab;
}
.stellar-strawberry {
color: #ff5c85;
}
.chinese-new-year {
color: #ff2e6d;
}
/* CSS Variables */
:root {
--pink-currant:#ffd6e7;
--pink-cattleya:#ffb3d1;
--flamingo-pink:#ff8fab;
--stellar-strawberry:#ff5c85;
--chinese-new-year:#ff2e6d;
}