Color Picker

Paletton's color picker allows users to select colors that will complement each other.

There are also multiple color picker browser extensions that can make it easy to grab HEX color codes from web pages. A popular one is ColorZilla, which is available on Chrome and Firefox. In addition to grabbing individual colors, ColorZilla can display a palette of all the colors present on a page and generate CSS gradients.

Accessibility

Accessibility compliance is broken into three tiers, 'A', 'AA', and 'AAA'. Our central themes are all built to adhere to the required level 'A' compliance. Contrast rules are necessary for the higher 'AA' level of compliance.

That said, if you would like to increase the contrast of the link color, you can open the Appearance > Custom CSS tool, and add in the following code:

.content a { color: blue;}

Use a contrast checker to check accessibility.

Basic Aurora WordPress Articles