Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.pink-condition {
color: #ff94d8;
}
.french-pink {
color: #ff709d;
}
.love-red {
color: #ff4d67;
}
.strawberry {
color: #ff293b;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--pink-condition:#ff94d8;
--french-pink:#ff709d;
--love-red:#ff4d67;
--strawberry:#ff293b;
}