Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.bright-blue-violet {
color: #8a2ce2;
}
.lavender-blossom {
color: #b57fdc;
}
.pretty-petunia {
color: #dcb4e4;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--bright-blue-violet:#8a2ce2;
--lavender-blossom:#b57fdc;
--pretty-petunia:#dcb4e4;
--bright-khaki:#f0e78e;
}