Color names in this palette
CSS code for this palette
/* CSS */
.upper-crust {
color: #a4708e;
}
.garden-party {
color: #e5a4b6;
}
.milkshake-pink {
color: #f2cfd3;
}
.havana-cream {
color: #f9e7c3;
}
.beachwalk {
color: #d1b47b;
}
/* CSS Variables */
:root {
--upper-crust:#a4708e;
--garden-party:#e5a4b6;
--milkshake-pink:#f2cfd3;
--havana-cream:#f9e7c3;
--beachwalk:#d1b47b;
}