Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2e6b;
}
.cabbage-blossom-violet {
color: #704d7a;
}
.usu-pink {
color: #a77b9d;
}
.rose-mallow {
color: #f1a7c6;
}
.stable-hay {
color: #f8e0bf;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2e6b;
--cabbage-blossom-violet:#704d7a;
--usu-pink:#a77b9d;
--rose-mallow:#f1a7c6;
--stable-hay:#f8e0bf;
}