Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a35c8d;
}
.everlasting {
color: #a2bfd7;
}
.peachskin {
color: #e1b2b2;
}
.monarch-orange {
color: #f39b68;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--thimble-red:#a35c8d;
--everlasting:#a2bfd7;
--peachskin:#e1b2b2;
--monarch-orange:#f39b68;
--black:#000000;
}