Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a1e2;
}
.viola {
color: #9a69bf;
}
.purple-sapphire {
color: #804c90;
}
.preppy-rose {
color: #d06c8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bright-ube:#d4a1e2;
--viola:#9a69bf;
--purple-sapphire:#804c90;
--preppy-rose:#d06c8c;
--solar-plexus-chakra:#f1c84b;
}