Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a1b2;
}
.desire-pink {
color: #f1c6d4;
}
.pork-belly {
color: #f7dee7;
}
.coral-silk {
color: #f4a77b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a1b2;
--desire-pink:#f1c6d4;
--pork-belly:#f7dee7;
--coral-silk:#f4a77b;
--grapefruit-pulp:#ff6e61;
}