You can use one of the 6 main colors:
is-primary
is-link
is-info
is-success
is-warning
is-danger
Bulma’s Modifiers Syntax
How to use Bulma components and their alternative styles
Let's start with a simple button that uses the
"button"
CSS class:
By adding the "is-primary"
CSS class, you
can modify the color:
You can use one of the 6 main colors:
is-primary
is-link
is-info
is-success
is-warning
is-danger
You can also alter the size:
is-small
is-medium
is-large
Or the style or state:
is-outlined
is-loading
[disabled]