Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e5a4d4;
}
.fuchsia-kiss {
color: #c76b99;
}
.cyclamen-red {
color: #a6598b;
}
.seance {
color: #6b2b6e;
}
.american-purple {
color: #4a1f4d;
}
/* CSS Variables */
:root {
--light-orchid:#e5a4d4;
--fuchsia-kiss:#c76b99;
--cyclamen-red:#a6598b;
--seance:#6b2b6e;
--american-purple:#4a1f4d;
}