Color names in this palette
CSS code for this palette
/* CSS */
.columbine {
color: #f6dae6;
}
.rose-mallow {
color: #f1a7c7;
}
.wild-orchid {
color: #d5769f;
}
.our-little-secret {
color: #a84d80;
}
.seance {
color: #6e2b6e;
}
/* CSS Variables */
:root {
--columbine:#f6dae6;
--rose-mallow:#f1a7c7;
--wild-orchid:#d5769f;
--our-little-secret:#a84d80;
--seance:#6e2b6e;
}