Color names in this palette
CSS code for this palette
/* CSS */
.china-doll {
color: #f1e4d5;
}
.birthday-suit {
color: #e3c6b5;
}
.cinnamon-cocoa {
color: #d0a99f;
}
.foxglove {
color: #b67c8f;
}
.kyo-purple {
color: #9f5b8c;
}
/* CSS Variables */
:root {
--china-doll:#f1e4d5;
--birthday-suit:#e3c6b5;
--cinnamon-cocoa:#d0a99f;
--foxglove:#b67c8f;
--kyo-purple:#9f5b8c;
}