Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d3a2e6;
}
.prickly-purple {
color: #a76bc2;
}
.coronation-blue {
color: #5e4fa1;
}
.baby-blue-eyes {
color: #a3c4f0;
}
.calla {
color: #f2e0b5;
}
/* CSS Variables */
:root {
--bright-ube:#d3a2e6;
--prickly-purple:#a76bc2;
--coronation-blue:#5e4fa1;
--baby-blue-eyes:#a3c4f0;
--calla:#f2e0b5;
}