How it works

Color Producer captures colors from a website by analyzing CSS (stylesheets). Colors declared in CSS are added to the Color Collection as Website Colors and can be modified.

Example

Stylesheet rule:

.a {
  color: #4D2971;
}

Color Producer:

Parsed .a style

Supported CSS Rules

❗️Browser-specific extensions - such as -webkit-border-end-color are not captured by Color Producer

Supported CSS Colors

Color Producer supports almost all CSS3 colors, including RGBA/HSLA and hex with transparency.

Psuedo Styles

Color Producer captures the following pseudo-classes/pseudo-elements