Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e6a8b7;
}
.in-the-pink {
color: #f2c5d3;
}
.pork-belly {
color: #f8e2e7;
}
.australian-apricot {
color: #f5c4a3;
}
.ballerina-tears {
color: #f3b7af;
}
/* CSS Variables */
:root {
--garden-party:#e6a8b7;
--in-the-pink:#f2c5d3;
--pork-belly:#f8e2e7;
--australian-apricot:#f5c4a3;
--ballerina-tears:#f3b7af;
}