Color names in this palette
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;
}