Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #592c6d;
}
.violet-femmes {
color: #a86b9d;
}
.blushing-sky {
color: #dab4d4;
}
.lusty-salmon {
color: #f1b2a7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--imperial:#592c6d;
--violet-femmes:#a86b9d;
--blushing-sky:#dab4d4;
--lusty-salmon:#f1b2a7;
--grapefruit-pulp:#ff6e61;
}