CSS code for this palette
/* CSS */
.china-rose {
color: #a94c6e;
}
.ritzy {
color: #d99c5e;
}
.french-vanilla {
color: #f1e1a7;
}
.sky-high {
color: #a1c0e8;
}
.steel-teal {
color: #5c8a89;
}
/* CSS Variables */
:root {
--china-rose:#a94c6e;
--ritzy:#d99c5e;
--french-vanilla:#f1e1a7;
--sky-high:#a1c0e8;
--steel-teal:#5c8a89;
}