Color names in this palette
CSS code for this palette
/* CSS */
.azalea {
color: #d93f5c;
}
.blush-d-amour {
color: #e15b83;
}
.pink-carnation {
color: #ed7d99;
}
.petals-unfolding {
color: #f3b9c2;
}
.petal-bloom {
color: #f7d4da;
}
/* CSS Variables */
:root {
--azalea:#d93f5c;
--blush-d-amour:#e15b83;
--pink-carnation:#ed7d99;
--petals-unfolding:#f3b9c2;
--petal-bloom:#f7d4da;
}