Color names in this palette
CSS code for this palette
/* CSS */
.vintage-indigo {
color: #4e5b73;
}
.lynch {
color: #6a7d8a;
}
.airborne {
color: #a1c1d4;
}
.valley-of-tears {
color: #d2e1e5;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--vintage-indigo:#4e5b73;
--lynch:#6a7d8a;
--airborne:#a1c1d4;
--valley-of-tears:#d2e1e5;
--child-of-light:#f1f5f8;
}