Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5d4c9a;
}
.violet-velvet {
color: #b39edc;
}
.exciting-orange {
color: #f0b17a;
}
.storm-lightning {
color: #f9e79f;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--coronation-blue:#5d4c9a;
--violet-velvet:#b39edc;
--exciting-orange:#f0b17a;
--storm-lightning:#f9e79f;
--orange-gluttony:#e77e23;
}