Color names in this palette
CSS code for this palette
/* CSS */
.placebo-magenta {
color: #f9ebf4;
}
.sweetheart {
color: #f1c6d9;
}
.always-rosey {
color: #e79cb8;
}
.little-bow-pink {
color: #d37e9d;
}
.cyclamen-red {
color: #a85d8c;
}
/* CSS Variables */
:root {
--placebo-magenta:#f9ebf4;
--sweetheart:#f1c6d9;
--always-rosey:#e79cb8;
--little-bow-pink:#d37e9d;
--cyclamen-red:#a85d8c;
}