Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b1e2;
}
.amber-moon {
color: #f1d1a7;
}
.simply-violet {
color: #a89edc;
}
.tomorrow-s-coral {
color: #ffc5a3;
}
.pinkish-tan {
color: #d79f7f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b1e2;
--amber-moon:#f1d1a7;
--simply-violet:#a89edc;
--tomorrow-s-coral:#ffc5a3;
--pinkish-tan:#d79f7f;
}