Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.sweetheart {
color: #f4c3d6;
}
.marshmallow-rose {
color: #f7e3e6;
}
.etcetera {
color: #e1c6d3;
}
.pretty-lady {
color: #c3a2b7;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--sweetheart:#f4c3d6;
--marshmallow-rose:#f7e3e6;
--etcetera:#e1c6d3;
--pretty-lady:#c3a2b7;
}