Color names in this palette
CSS code for this palette
/* CSS */
.china-rose {
color: #a94c6e;
}
.i-love-you-pink {
color: #d7798b;
}
.garden-party {
color: #e5a4b5;
}
.chinaberry-bloom {
color: #d6c2d4;
}
.aerial-view {
color: #a2b2c8;
}
/* CSS Variables */
:root {
--china-rose:#a94c6e;
--i-love-you-pink:#d7798b;
--garden-party:#e5a4b5;
--chinaberry-bloom:#d6c2d4;
--aerial-view:#a2b2c8;
}