Color names in this palette
CSS code for this palette
/* CSS */
.hint-of-orange {
color: #f7e7d9;
}
.antoinette-pink {
color: #e8c4b5;
}
.bubble-shell {
color: #d6a299;
}
.wild-party {
color: #b77b7b;
}
.indian-pink {
color: #a95b7c;
}
/* CSS Variables */
:root {
--hint-of-orange:#f7e7d9;
--antoinette-pink:#e8c4b5;
--bubble-shell:#d6a299;
--wild-party:#b77b7b;
--indian-pink:#a95b7c;
}