Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c3a3d1;
}
.berry-burst {
color: #a76eaa;
}
.exciting-orange {
color: #efaf7b;
}
.fire-orange {
color: #ff8f57;
}
.red-wire {
color: #d8594b;
}
/* CSS Variables */
:root {
--lilac-lace:#c3a3d1;
--berry-burst:#a76eaa;
--exciting-orange:#efaf7b;
--fire-orange:#ff8f57;
--red-wire:#d8594b;
}