Color names in this palette
CSS code for this palette
/* CSS */
.pink-carnation {
color: #f27d9c;
}
.miami-pink {
color: #f7c5da;
}
.lavender-candy {
color: #ffb3d6;
}
.peach-pink {
color: #ff998a;
}
.sunset-orange {
color: #ff5f57;
}
/* CSS Variables */
:root {
--pink-carnation:#f27d9c;
--miami-pink:#f7c5da;
--lavender-candy:#ffb3d6;
--peach-pink:#ff998a;
--sunset-orange:#ff5f57;
}