Work with colours in Sass
Introduce colour tokens and apply them consistently.
Goal
Make styling changes predictable and maintainable.
Steps
- Define colour variables.
- Use them in component overrides.
- Sanity-check contrast/accessibility.
Source inspiration: hippo-prototyping “how-to”.