Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.moody-blue {
color: #8a7ccb;
}
.violet-velvet {
color: #b0a4e0;
}
.spaghetti-strap-pink {
color: #f7b1d4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--moody-blue:#8a7ccb;
--violet-velvet:#b0a4e0;
--spaghetti-strap-pink:#f7b1d4;
--blush-hour:#ff7092;
}