--- title: Color Palette helpers layout: docs theme: helpers doc-tab: helpers doc-subtab: helpers-palette breadcrumb: - home - documentation - helpers - helpers-palette ---
Bulma comes with 7 primary colors:
text | |
link | |
primary | |
info | |
success | |
warning | |
danger |
Bulma will automatically generate a collection of shades for each of those colors. These act as a color palette you can use to play with different variants of a same color.
{% include docs/elements/anchor.html name="Text color" %}Class | Code | Example | Invert | ||
---|---|---|---|---|---|
has-text-primary{{ shade }} |
{% highlight html %} Hello Bulma {% endhighlight %} |
Hello Bulma | {% include docs/elements/color-swatch.html background=background %} | Hello Bulma | {% include docs/elements/color-swatch.html background=invert %} |
Class | Code | Example | Swatch |
---|---|---|---|
has-background-primary{{ shade }} |
Hello Bulma | {% include docs/elements/color-swatch.html background=background %} |