Appkart documentation

Theme Color


In Appkart template, You can use one color too with using only theme-color variable. following are the colors:

  • Food Theme

    theme-color : 255, 199, 47
  • Ecommerce Theme

    theme-color : 82, 104, 102
  • Chatting Theme

    theme-color : linear-gradient(180deg, rgba(95, 149, 255, 1) 0%, rgba(34, 109, 255, 1) 50%)
  • Grocery Theme

    theme-color : 65, 167, 167
  • Hotel Booking Theme

    theme-color : 0, 122, 196
  • Fitness Theme

    theme-color : 36, 36, 36
  • Blog Theme

    theme-color : 165, 99, 77
  • Cab Booking Theme

    theme-color : 10, 132, 255
  • Learning Theme

    theme-color : 255, 155, 92
  • Plant Theme

    theme-color : 13, 151, 105
  • Pet Theme

    theme-color : 6, 75, 181
  • Jewellery Theme

    theme-color : 197, 150, 113
  • Salon Theme

    theme-color : 137, 137, 110
  • Movie Theme

    theme-color : linear-gradient(137.49deg, #19A1BE 1.43%, #7D4192 93.61%)
  • Furniture Theme

    theme-color : 228, 137, 0

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