Color names in this palette
CSS code for this palette
/* CSS */
.sedona-pink {
color: #d5b8a4;
}
.peppermint-pie {
color: #a6c9c2;
}
.cookie-crust {
color: #e1b25b;
}
.cleopatra-s-gown {
color: #7a4e8d;
}
.chinese-orange {
color: #f16f3b;
}
/* CSS Variables */
:root {
--sedona-pink:#d5b8a4;
--peppermint-pie:#a6c9c2;
--cookie-crust:#e1b25b;
--cleopatra-s-gown:#7a4e8d;
--chinese-orange:#f16f3b;
}