Color names in this palette
CSS code for this palette
/* CSS */
.rosy-skin {
color: #f5b87a;
}
.melon-red {
color: #f58e66;
}
.orchid-dottyback {
color: #a758a2;
}
.cleopatra-s-gown {
color: #7e4f8c;
}
.purple-pennant {
color: #4a2b4a;
}
/* CSS Variables */
:root {
--rosy-skin:#f5b87a;
--melon-red:#f58e66;
--orchid-dottyback:#a758a2;
--cleopatra-s-gown:#7e4f8c;
--purple-pennant:#4a2b4a;
}