Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.tickled-pink {
color: #f4a9c1;
}
.pink-carnation {
color: #f27d9c;
}
.camellia-rose {
color: #e75071;
}
.azalea {
color: #d93f5c;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--tickled-pink:#f4a9c1;
--pink-carnation:#f27d9c;
--camellia-rose:#e75071;
--azalea:#d93f5c;
}