Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #493b59;
}
.champion {
color: #7a5c8a;
}
.bell-heather {
color: #a572b1;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.pinard-yellow {
color: #f5c800;
}
/* CSS Variables */
:root {
--purple-velvet:#493b59;
--champion:#7a5c8a;
--bell-heather:#a572b1;
--cat-s-eye-marble:#d6a75c;
--pinard-yellow:#f5c800;
}