Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b8e0;
}
.prettiest-pink {
color: #e1a3c8;
}
.hanami-pink {
color: #f3b4e4;
}
.harvest-wreath {
color: #f9d7c3;
}
.fresh-gum {
color: #ffaddd;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b8e0;
--prettiest-pink:#e1a3c8;
--hanami-pink:#f3b4e4;
--harvest-wreath:#f9d7c3;
--fresh-gum:#ffaddd;
}