Color names in this palette
CSS code for this palette
/* CSS */
.safflower-red {
color: #d62e3f;
}
.childhood-crush {
color: #e26a6c;
}
.ballerina-tears {
color: #f5bab2;
}
.khaki-core {
color: #f8e6af;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--safflower-red:#d62e3f;
--childhood-crush:#e26a6c;
--ballerina-tears:#f5bab2;
--khaki-core:#f8e6af;
--china-doll:#f2e4d4;
}