Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4b2c68;
}
.cadmium-violet {
color: #7b3f92;
}
.rose-bud {
color: #b75ca1;
}
.doughnut {
color: #f09e56;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--violet-indigo:#4b2c68;
--cadmium-violet:#7b3f92;
--rose-bud:#b75ca1;
--doughnut:#f09e56;
--marigold-dust:#f4cf3e;
}