Color names in this palette
CSS code for this palette
/* CSS */
.rainbow {
color: #f5c0b8;
}
.garden-party {
color: #e1a3b6;
}
.pink-clay-pot {
color: #d68f96;
}
.brandy-snaps {
color: #b58c8c;
}
.iced-orchid {
color: #8e7b89;
}
/* CSS Variables */
:root {
--rainbow:#f5c0b8;
--garden-party:#e1a3b6;
--pink-clay-pot:#d68f96;
--brandy-snaps:#b58c8c;
--iced-orchid:#8e7b89;
}