Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d9;
}
.anise-flower {
color: #f5e3b7;
}
.neighborly-peach {
color: #f4c1a4;
}
.aqua-bay {
color: #b7e1c9;
}
.pretty-petunia {
color: #d1b2e1;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d9;
--anise-flower:#f5e3b7;
--neighborly-peach:#f4c1a4;
--aqua-bay:#b7e1c9;
--pretty-petunia:#d1b2e1;
}