All Palettes

Color Palette #4a2d6c, #6f3c8b, #9a4b9b, #d58b2a, #f2e250

0%
0%
0%

CSS code for this palette

/* CSS */
.violet-indigo {
color: #4a2d6c;
}
.amaranth-purple {
color: #6f3c8b;
}
.hyacinth-violet {
color: #9a4b9b;
}
.turmeric-tea {
color: #d58b2a;
}
.tamarack-yellow {
color: #f2e250;
}

/* CSS Variables */
:root {
--violet-indigo:#4a2d6c;
--amaranth-purple:#6f3c8b;
--hyacinth-violet:#9a4b9b;
--turmeric-tea:#d58b2a;
--tamarack-yellow:#f2e250;
}

More palettes to explore