Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.moody-blue {
color: #8c7dcf;
}
.sorbet-ice-mauve {
color: #a3a5e0;
}
.pretty-petunia {
color: #d8b3e0;
}
.prettiest-pink {
color: #e8a1c6;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--moody-blue:#8c7dcf;
--sorbet-ice-mauve:#a3a5e0;
--pretty-petunia:#d8b3e0;
--prettiest-pink:#e8a1c6;
}