Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #493b59;
}
.kimberly {
color: #6c5c8a;
}
.peony-mauve {
color: #a084b8;
}
.bright-ube {
color: #d6a7e7;
}
.venetian-rose {
color: #f1c6e3;
}
/* CSS Variables */
:root {
--purple-velvet:#493b59;
--kimberly:#6c5c8a;
--peony-mauve:#a084b8;
--bright-ube:#d6a7e7;
--venetian-rose:#f1c6e3;
}