Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b4;
}
.ibis {
color: #f2b5c2;
}
.chinaberry-bloom {
color: #d8c0d1;
}
.light-blue-glint {
color: #a8d3e1;
}
.overtone {
color: #a1e3b1;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b4;
--ibis:#f2b5c2;
--chinaberry-bloom:#d8c0d1;
--light-blue-glint:#a8d3e1;
--overtone:#a1e3b1;
}