Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5d4c9a;
}
.violet-frog {
color: #8b6cb2;
}
.wisteria {
color: #b37cc5;
}
.poodle-pink {
color: #f1cbe8;
}
.light-red {
color: #ff8080;
}
/* CSS Variables */
:root {
--coronation-blue:#5d4c9a;
--violet-frog:#8b6cb2;
--wisteria:#b37cc5;
--poodle-pink:#f1cbe8;
--light-red:#ff8080;
}