Color names in this palette
CSS code for this palette
/* CSS */
.apple-infusion {
color: #e0aebe;
}
.lilac-tan {
color: #d4c6c4;
}
.mercurial {
color: #b6b0aa;
}
.touch-of-turquoise {
color: #a2d2d1;
}
.steel-teal {
color: #5f8c89;
}
/* CSS Variables */
:root {
--apple-infusion:#e0aebe;
--lilac-tan:#d4c6c4;
--mercurial:#b6b0aa;
--touch-of-turquoise:#a2d2d1;
--steel-teal:#5f8c89;
}