Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4a3b59;
}
.super-violet {
color: #7a5d8e;
}
.revered {
color: #a68bb1;
}
.rhubarb-gin {
color: #daa4c2;
}
.pink-heath {
color: #f3bfdf;
}
/* CSS Variables */
:root {
--purple-velvet:#4a3b59;
--super-violet:#7a5d8e;
--revered:#a68bb1;
--rhubarb-gin:#daa4c2;
--pink-heath:#f3bfdf;
}