Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.berry-burst {
color: #a76eaa;
}
.pinkish {
color: #d66b80;
}
.squash-blossom {
color: #f6b83c;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--berry-burst:#a76eaa;
--pinkish:#d66b80;
--squash-blossom:#f6b83c;
--shrimp-cocktail:#f4a462;
}