Color names in this palette
CSS code for this palette
/* CSS */
.white-red {
color: #f3e7e9;
}
.gizmo {
color: #d4a5b3;
}
.sugar-tooth {
color: #d68f9b;
}
.cosmetic-red {
color: #a85d78;
}
.violet-posy {
color: #5e3b4e;
}
/* CSS Variables */
:root {
--white-red:#f3e7e9;
--gizmo:#d4a5b3;
--sugar-tooth:#d68f9b;
--cosmetic-red:#a85d78;
--violet-posy:#5e3b4e;
}