Bulma exposes a fixed palette through modifier helpers: has-text-primary, has-background-info, and semantic colors on components via is-success, is-warning, is-danger.
Text and background helpers
has-text-*— primary, link, info, success, warning, danger, grey, white, blackhas-background-*— same palette for surfaces; pair with contrasting textis-lighton components — softer background variant (e.g.notification is-info is-light)
Component color modifiers
Buttons, tags, messages, and navbar items accept is-primary, is-link, etc. One modifier switches the entire component theme—compare Bootstrap’s btn-primary pattern, but applied across Bulma’s element set.
Self-check
- How do you make a box use an info-colored background with readable text?
- What does
is-lightchange on anotification?