Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a55f8e;
}
.cool-pink {
color: #e5c8d2;
}
.canyon-trail {
color: #d6b9a8;
}
.royal-gold-pearl {
color: #d0a94e;
}
.harissa-red {
color: #a72a2a;
}
/* CSS Variables */
:root {
--thimble-red:#a55f8e;
--cool-pink:#e5c8d2;
--canyon-trail:#d6b9a8;
--royal-gold-pearl:#d0a94e;
--harissa-red:#a72a2a;
}