Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.heath-spotted-orchid {
color: #a35c9b;
}
.pink-horror {
color: #8e2e5d;
}
.little-league {
color: #6a9a8d;
}
.peach-damask {
color: #f6c8a7;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--heath-spotted-orchid:#a35c9b;
--pink-horror:#8e2e5d;
--little-league:#6a9a8d;
--peach-damask:#f6c8a7;
}