Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2cf;
}
.matt-pink {
color: #ffb3c1;
}
.pink-dream {
color: #ff9ea0;
}
.begonia {
color: #ff7075;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2cf;
--matt-pink:#ffb3c1;
--pink-dream:#ff9ea0;
--begonia:#ff7075;
--blood-burst:#ff4d4d;
}