Color names in this palette
CSS code for this palette
/* CSS */
.vanishing {
color: #3c0e58;
}
.druchii-violet {
color: #7d2a8d;
}
.safflower-purple {
color: #ae4c9a;
}
.carnival {
color: #e68d2d;
}
.maximum-yellow-red {
color: #f2b645;
}
/* CSS Variables */
:root {
--vanishing:#3c0e58;
--druchii-violet:#7d2a8d;
--safflower-purple:#ae4c9a;
--carnival:#e68d2d;
--maximum-yellow-red:#f2b645;
}