Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.mango-ice {
color: #fbbf8e;
}
.lantern-light {
color: #f5eab8;
}
.veiling-waterfalls {
color: #d6e2ff;
}
.sky-chase {
color: #a5c8d4;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--mango-ice:#fbbf8e;
--lantern-light:#f5eab8;
--veiling-waterfalls:#d6e2ff;
--sky-chase:#a5c8d4;
}