Top

Zomo Angular documentation

Theme Color


In Zomo template, we have used Gradient style with 2 theme colors. You can use one color too with using only theme-color variable. following are the colors:

To change the theme color, please locate the file mentioned here and make the necessary modifications. public/assets/scss/utils/_variables.scss

  • theme-color : 242, 169, 62
  • theme-color2 : 240, 112, 84

We have used color code in rgba formate so that we can set opacity accordinly.