Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a55f8d;
}
.antique-hot-pink {
color: #af799c;
}
.lily {
color: #c09bb0;
}
.strike-it-rich {
color: #d9b45e;
}
.solar-flare {
color: #e57b3e;
}
/* CSS Variables */
:root {
--thimble-red:#a55f8d;
--antique-hot-pink:#af799c;
--lily:#c09bb0;
--strike-it-rich:#d9b45e;
--solar-flare:#e57b3e;
}