Color names in this palette
CSS code for this palette
/* CSS */
.white-chocolate {
color: #f0e2c7;
}
.parfait-pink {
color: #e4b4c3;
}
.sugar-tooth {
color: #d68f9f;
}
.ibis-rose {
color: #c46890;
}
.cosmetic-red {
color: #a65e78;
}
/* CSS Variables */
:root {
--white-chocolate:#f0e2c7;
--parfait-pink:#e4b4c3;
--sugar-tooth:#d68f9f;
--ibis-rose:#c46890;
--cosmetic-red:#a65e78;
}