KSS Style Guide

2.1.2 #permalink Secondary buttons

Toggle example guides Toggle HTML markup

A secondary action is not as important as a primary action. You should give secondary buttons less visual weight than primary actions. Less saturated colors are used on secondary buttons resulting in distinguishable buttons that don't stand out as much as primary buttons.

Example
Markup
<button class="btn btn-secondary">secondary button</button>
Source: scss/atoms/_buttons.scss, line 190