Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592c90;
}
.lusty-lavender {
color: #8f5cbc;
}
.purple-premiere {
color: #b79bd4;
}
.shrimp-cocktail {
color: #f4a462;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592c90;
--lusty-lavender:#8f5cbc;
--purple-premiere:#b79bd4;
--shrimp-cocktail:#f4a462;
--grapefruit-pulp:#ff6e61;
}