LET CSS PICK AN ACCESSIBLE COLOR! `color-contrast()` will automatically pick a color that passes contrast ratios, just give it a list to choose from. aka: throw colors at it! ```#css body { background: var(--blue2); color: var(--onblue2); } ```
Saved links
A saved link is not an endorsement. It's just a thing I read or thought about reading.