Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f6d5e4;
}
.pink-marshmallow {
color: #f4b8d1;
}
.amaranth-pink {
color: #f099b9;
}
.carissima {
color: #e77e9a;
}
.cabaret {
color: #d2516d;
}
/* CSS Variables */
:root {
--pink-frosting:#f6d5e4;
--pink-marshmallow:#f4b8d1;
--amaranth-pink:#f099b9;
--carissima:#e77e9a;
--cabaret:#d2516d;
}