Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a1c2;
}
.carnation-bouquet {
color: #f1c1d2;
}
.petal-poise {
color: #f7e4ef;
}
.pink-marshmallow {
color: #f4b4d4;
}
.dolomite-red {
color: #c77a9e;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a1c2;
--carnation-bouquet:#f1c1d2;
--petal-poise:#f7e4ef;
--pink-marshmallow:#f4b4d4;
--dolomite-red:#c77a9e;
}