Color names in this palette
CSS code for this palette
/* CSS */
.chubby-kiss {
color: #b43145;
}
.swiss-chard {
color: #e05c70;
}
.pink-blush {
color: #f2abb5;
}
.garbanzo-bean {
color: #f2d6a6;
}
.holiday-camp {
color: #6c9d7b;
}
/* CSS Variables */
:root {
--chubby-kiss:#b43145;
--swiss-chard:#e05c70;
--pink-blush:#f2abb5;
--garbanzo-bean:#f2d6a6;
--holiday-camp:#6c9d7b;
}