Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b7;
}
.antique-cameo {
color: #f5b8a3;
}
.splash {
color: #f1d69d;
}
.shanghai-jade {
color: #a4dab9;
}
.steel-teal {
color: #5c898a;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b7;
--antique-cameo:#f5b8a3;
--splash:#f1d69d;
--shanghai-jade:#a4dab9;
--steel-teal:#5c898a;
}