Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.emerald-wave {
color: #4eb7ac;
}
.vibrant {
color: #ffd54d;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--bluish-purple-anemone:#5d6cc0;
--emerald-wave:#4eb7ac;
--vibrant:#ffd54d;
--carrot:#ff6e42;
}