Color names in this palette
CSS code for this palette
/* CSS */
.pressed-flower {
color: #d68fbb;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.plum-jam {
color: #6e4c85;
}
.meteorite {
color: #4b3d6b;
}
.blissful-blue {
color: #b1c8d8;
}
/* CSS Variables */
:root {
--pressed-flower:#d68fbb;
--heath-spotted-orchid:#a65e9e;
--plum-jam:#6e4c85;
--meteorite:#4b3d6b;
--blissful-blue:#b1c8d8;
}