Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e2b1c7;
}
.just-a-tease {
color: #f9d6d2;
}
.emperor-s-children {
color: #f2a1b6;
}
.chewing-gum-pink {
color: #e68eba;
}
.hopbush {
color: #d16b94;
}
/* CSS Variables */
:root {
--parfait-pink:#e2b1c7;
--just-a-tease:#f9d6d2;
--emperor-s-children:#f2a1b6;
--chewing-gum-pink:#e68eba;
--hopbush:#d16b94;
}