Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b0e3;
}
.crystal {
color: #a4d7df;
}
.majestic-treasures {
color: #f1e7a2;
}
.pink-blessing {
color: #f4a9b9;
}
.crushed-berries {
color: #d65c9b;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b0e3;
--crystal:#a4d7df;
--majestic-treasures:#f1e7a2;
--pink-blessing:#f4a9b9;
--crushed-berries:#d65c9b;
}