Color names in this palette
CSS code for this palette
/* CSS */
.petunia {
color: #4b3366;
}
.mystical-purple {
color: #795f86;
}
.mohair-mauve {
color: #c1a59f;
}
.hollywood {
color: #c9b04a;
}
.cabaret {
color: #cf4f68;
}
/* CSS Variables */
:root {
--petunia:#4b3366;
--mystical-purple:#795f86;
--mohair-mauve:#c1a59f;
--hollywood:#c9b04a;
--cabaret:#cf4f68;
}