CSS code for this palette
/* CSS */
.steel-teal {
color: #5f8c89;
}
.sinbad {
color: #a7d7d3;
}
.bone-chilling {
color: #e2f3f1;
}
.shalimar {
color: #f9f9a4;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--steel-teal:#5f8c89;
--sinbad:#a7d7d3;
--bone-chilling:#e2f3f1;
--shalimar:#f9f9a4;
--chai-latte:#f8c8a0;
}