Theme colors

Steps to be follow for theme colors with the template:

  • We use a subset of all colors to create a smaller color palette for generating color schemes, also available as Scss variables in scss/socialv-design-system/_variables.scss file.
  • More Customization will be done in variable file.

Here is the Change color of template in react

$blue: #50b5ff !default;
$indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #d63384 !default;
$red: #ff9b8a !default;
$orange: #fd7e14 !default;
$yellow: #ffba68 !default;
$green: #2dcdb2 !default;
$teal: #20c997 !default;
$cyan: #d592ff !default;