Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a65e9d;
}
.berry-burst {
color: #a86eaa;
}
.girl-power {
color: #d39cca;
}
.venetian-rose {
color: #f1c6e0;
}
.shell-ginger {
color: #f9e3d7;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a65e9d;
--berry-burst:#a86eaa;
--girl-power:#d39cca;
--venetian-rose:#f1c6e0;
--shell-ginger:#f9e3d7;
}