Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b59edb;
}
.venetian-nights {
color: #7c4dff;
}
.carrot {
color: #ff6e42;
}
.vibrant {
color: #ffd54d;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--violet-velvet:#b59edb;
--venetian-nights:#7c4dff;
--carrot:#ff6e42;
--vibrant:#ffd54d;
--mandarin-sorbet:#ffad42;
}