Color names in this palette
CSS code for this palette
/* CSS */
.french-bustle {
color: #f2d6d4;
}
.perfect-pink {
color: #e8b3b0;
}
.shanghai-peach {
color: #d69c8f;
}
.contessa {
color: #c37169;
}
.moonrose {
color: #a83e49;
}
/* CSS Variables */
:root {
--french-bustle:#f2d6d4;
--perfect-pink:#e8b3b0;
--shanghai-peach:#d69c8f;
--contessa:#c37169;
--moonrose:#a83e49;
}