(403) https://codepen.io/argyleink/pen/WNoqpaP

Description

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); } ```