Primary Buttons
<p class="buttons">
<button class="button">Primary, Default</button>
<button class="button color--green">Primary, Green</button>
<button class="button color--yellow">Primary, Yellow</button>
<button class="button color--red">Primary, Red</button>
<button class="button color--gray">Primary, Gray</button>
</p>
Secondary Buttons
<p class="buttons">
<button class="button secondary">Primary, Default</button>
<button class="button secondary color--green">Primary, Green</button>
<button class="button secondary color--yellow">Primary, Yellow</button>
<button class="button secondary color--red">Primary, Red</button>
<button class="button secondary color--gray">Primary, Gray</button>
</p>
Full-width Buttons
<p class="buttons">
<button class="button fullWidth">Primary, Default</button>
<button class="button fullWidth color--green">Primary, Green</button>
<button class="button fullWidth color--yellow">Primary, Yellow</button>
<button class="button fullWidth color--red">Primary, Red</button>
<button class="button fullWidth color--gray">Primary, Gray</button>
<button class="button secondary fullWidth">Secondary, Default, Full-width</button>
<button class="button secondary fullWidth color--green">Secondary, Green, Full-width</button>
<button class="button secondary fullWidth color--yellow">Secondary, Yellow, Full-width</button>
<button class="button secondary fullWidth color--red">Secondary, Red, Full-width</button>
<button class="button secondary fullWidth color--gray">Secondary, Gray, Full-width</button>
</p>
Centered Buttons
<p class="buttons">
<button class="button centered">Primary, Default</button>
<button class="button centered color--green">Primary, Green</button>
<button class="button centered color--yellow">Primary, Yellow</button>
<button class="button centered color--red">Primary, Red</button>
<button class="button centered color--gray">Primary, Gray</button>
<button class="button secondary centered">Secondary, Default, Full-width</button>
<button class="button secondary centered color--green">Secondary, Green, Full-width</button>
<button class="button secondary centered color--yellow">Secondary, Yellow, Full-width</button>
<button class="button secondary centered color--red">Secondary, Red, Full-width</button>
<button class="button secondary centered color--gray">Secondary, Gray, Full-width</button>
</p>