Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a8b8;
}
.taco {
color: #f4c8b3;
}
.soft-butter {
color: #f4e1b8;
}
.chiffon {
color: #f2f6b6;
}
.southern-belle {
color: #a6d9c7;
}
/* CSS Variables */
:root {
--garden-party:#e1a8b8;
--taco:#f4c8b3;
--soft-butter:#f4e1b8;
--chiffon:#f2f6b6;
--southern-belle:#a6d9c7;
}