diff --git a/docs/docs/tokens/color.md b/docs/docs/tokens/color.md index 3c9516a78..224c123b7 100644 --- a/docs/docs/tokens/color.md +++ b/docs/docs/tokens/color.md @@ -66,10 +66,12 @@ Lightness values on this scale have a strong correlation to [relative luminance] Web Awesome defines seven literal colors each with 11 lightness values using the format `--wa-color-{hue}-{tint}`. -{% for hue in ["red", "yellow", "green", "teal", "blue", "indigo", "violet", "gray"] -%} +{% set hues = ["red", "yellow", "green", "teal", "blue", "indigo", "violet", "gray"] %} +{% set tints = ["95", "90", "80", "70", "60", "50", "40", "30", "20", "10", "05"] %} +{% for hue in hues -%}
{{ hue | capitalize }}
{%- endfor %} +You can also omit the lightness value to get the brightest, most intense color for each hue: + +
Accent colors
+ + ## Foundational Colors Foundational colors lay the groundwork for the content and structure of your project. These colors are named according to their role in your theme.