Color names in this palette
CSS code for this palette
/* CSS */
.china-rose {
color: #aa5075;
}
.moonlit-mauve {
color: #d090ab;
}
.pink-heath {
color: #f1b6e4;
}
.dolly-cheek {
color: #f9c9b4;
}
.banana-yogurt {
color: #f9e9b4;
}
/* CSS Variables */
:root {
--china-rose:#aa5075;
--moonlit-mauve:#d090ab;
--pink-heath:#f1b6e4;
--dolly-cheek:#f9c9b4;
--banana-yogurt:#f9e9b4;
}