Color names in this palette
CSS code for this palette
/* CSS */
.pani-puri {
color: #f6a951;
}
.orange-gluttony {
color: #e77e23;
}
.fireglow {
color: #d65e3d;
}
.kacey-s-pink {
color: #e94e77;
}
.violet-femmes {
color: #a56f9d;
}
/* CSS Variables */
:root {
--pani-puri:#f6a951;
--orange-gluttony:#e77e23;
--fireglow:#d65e3d;
--kacey-s-pink:#e94e77;
--violet-femmes:#a56f9d;
}