Color names in this palette
CSS code for this palette
/* CSS */
.india-ink {
color: #3e3b4e;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.evening-pink {
color: #a78b9b;
}
.crunch {
color: #f4b75d;
}
.creamy-sweet-corn {
color: #f7c34b;
}
/* CSS Variables */
:root {
--india-ink:#3e3b4e;
--cabbage-blossom-violet:#6e4d7a;
--evening-pink:#a78b9b;
--crunch:#f4b75d;
--creamy-sweet-corn:#f7c34b;
}