Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.true-v {
color: #8c6cc6;
}
.gorgeous-hydrangea {
color: #a38ccf;
}
.bright-ube {
color: #d0a2e7;
}
.candy-dreams {
color: #e2b7f0;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--true-v:#8c6cc6;
--gorgeous-hydrangea:#a38ccf;
--bright-ube:#d0a2e7;
--candy-dreams:#e2b7f0;
}