Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f7aeab;
}
.mango-ice {
color: #f5bf8a;
}
.cherokee {
color: #f5ce7f;
}
.blue-light {
color: #a9e0dc;
}
.may-day {
color: #51c8c0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f7aeab;
--mango-ice:#f5bf8a;
--cherokee:#f5ce7f;
--blue-light:#a9e0dc;
--may-day:#51c8c0;
}