Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a8b8;
}
.manga-pink {
color: #f2bad5;
}
.heirloom-lace {
color: #f6e6d5;
}
.peach-damask {
color: #f9c6a9;
}
.bergamot-orange {
color: #f79b59;
}
/* CSS Variables */
:root {
--garden-party:#e1a8b8;
--manga-pink:#f2bad5;
--heirloom-lace:#f6e6d5;
--peach-damask:#f9c6a9;
--bergamot-orange:#f79b59;
}