Color
Color utilities are used to convey meaning through color. Use color utilities for text, background, and border for different kinds of emphasis and visual expression.
Theme colors
Different projects have different themes. The primary and secondary colors may differ from one project to another, but they can consistently be referred to as "primary" and "secondary"
Semantic Colors
Colors that communicate purpose. They help users convey messages.
Typically, red represents danger or error; orange represents a serious warning; yellow represents a regular warning, and green represents normal or success and blue represents informative message.
Platform Colors
Versatility is at the heart of the Color System. While a limited palette has been selected for the Brand Color Palette and for the UI Color Palette, a full spectrum of colors exist to accomodate unique color requirements on a case-by-case basis.
Blue
Green
Grey
Red
yellow
Cyan
Purple
Claret
<div class="font-primary-500">font-primary-500</div>
Background gradient
Easily set the backround by using .ds-bg-*-gradient color classes
<div class="ds-bg-primary-gradient"></div>
<div class="ds-bg-secondary-gradient"></div>
<div class="ds-bg-green-gradient"></div>
<div class="ds-bg-blue-gradient"></div>
<div class="ds-bg-purple-gradient"></div>
<div class="ds-bg-cyan-gradient"></div>
<div class="ds-bg-red-gradient"></div>
<div class="ds-bg-claret-gradient"></div>
<div class="ds-bg-yellow-gradient"></div>
Warm & cool gradients
Easily set the backround by using .ds-bg-*-gradient color classes
<div class="ds-bg-silence-gradient"></div>
<div class="ds-bg-seashore-gradient"></div>
<div class="ds-bg-orange-gradient"></div>
<div class="ds-bg-amour-gradient"></div>
<div class="ds-bg-beach-gradient"></div>
<div class="ds-bg-sunny-gradient"></div>
Background color
Easily set the background by using .ds-bg-* color classes
<div class="ds-bg-primary-50"></div>
<div class="ds-bg-primary-100"></div>
<div class="ds-bg-primary-200"></div>
<div class="ds-bg-primary-300"></div>
<div class="ds-bg-primary-400"></div>
<div class="ds-bg-primary-500"></div>
<div class="ds-bg-primary-600"></div>
Text color
Easily set the text by using .text-* color classes
<div class="ds-font-primary-600">font-primary-600</div>
<div class="ds-font-primary-500">font-primary-500</div>
<div class="ds-font-primary-400">font-primary-400</div>
<div class="ds-font-primary-300">font-primary-300</div>
<div class="ds-font-primary-200">font-primary-200</div>
<div class="ds-font-primary-100">font-primary-100</div>
<div class="ds-font-dark">text-dark</div>
<div class="ds-font-white">text-white</div>