Color names in this palette
CSS code for this palette
/* CSS */
.skeletor-s-cape {
color: #792c90;
}
.trunks-hair {
color: #9d5abf;
}
.cut-velvet {
color: #b88ec7;
}
.asagi-yellow {
color: #f3ba7c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--skeletor-s-cape:#792c90;
--trunks-hair:#9d5abf;
--cut-velvet:#b88ec7;
--asagi-yellow:#f3ba7c;
--sun-orange:#f47b1f;
}