Color names in this palette
CSS code for this palette
/* CSS */
.hollywood {
color: #c9b24a;
}
.aged-antics {
color: #886d2b;
}
.simmered-seaweed {
color: #4c3e2f;
}
.violet-heaven {
color: #d1b4f3;
}
.russian-violet {
color: #391c4a;
}
/* CSS Variables */
:root {
--hollywood:#c9b24a;
--aged-antics:#886d2b;
--simmered-seaweed:#4c3e2f;
--violet-heaven:#d1b4f3;
--russian-violet:#391c4a;
}