Jellyfish automatically generates color utilities based on the colors provided in the $colors SCSS map.
These include the utility modifiers for buttons, chips, callouts and progress bars as well as .text-* as shown below.
Background modifiers are not generated by default, other than for .bg-white and .bg-transparent.
There are a few ways to generate background modifiers:
get-color($base, $shade)
statement, or a raw CSS color value.Any background modifier generated in this way will automatically have it's text color and heading color changed based on contrast ratio, in order to comply with WCAG standards.