Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.lavish-spending {
color: #8869bf;
}
.herb-robert {
color: #d6a4e0;
}
.pink-fit {
color: #f9a4b4;
}
.butter-cream {
color: #f5b042;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--lavish-spending:#8869bf;
--herb-robert:#d6a4e0;
--pink-fit:#f9a4b4;
--butter-cream:#f5b042;
}