Color names in this palette
CSS code for this palette
/* CSS */
.veiled-pink {
color: #f9e0d7;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.rose-mallow {
color: #f1a7c5;
}
.shadow-azalea-pink {
color: #e76e9d;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--veiled-pink:#f9e0d7;
--sullivan-s-heart:#f6c6d3;
--rose-mallow:#f1a7c5;
--shadow-azalea-pink:#e76e9d;
--moth-orchid:#d6006f;
}