Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #584d99;
}
.venus-violet {
color: #796abe;
}
.simply-violet {
color: #aaa3d7;
}
.peach-patch {
color: #f1d5a2;
}
.goku-orange {
color: #f27e3a;
}
/* CSS Variables */
:root {
--coronation-blue:#584d99;
--venus-violet:#796abe;
--simply-violet:#aaa3d7;
--peach-patch:#f1d5a2;
--goku-orange:#f27e3a;
}