Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.ibis-rose {
color: #c65d8c;
}
.sun-orange {
color: #f47b1f;
}
.limelight {
color: #f2e76e;
}
.cover-of-night {
color: #4a4f4e;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--ibis-rose:#c65d8c;
--sun-orange:#f47b1f;
--limelight:#f2e76e;
--cover-of-night:#4a4f4e;
}