Buy nowGet update
  • getting started
    • Introduction
    • Quick start
    • Mock server
    • Deployment
    • Package & license
    • Setup
    • Figma
  • theme UI
    • Colors
    • Typography
    • IconsNEW
    • Shadows
    • Css vars
    • Logo
    • Layout
    • Navigation
    • Settings
  • Global
    • Styles
    • Config
    • Components overrides
  • development
    • Routing
    • Subfolder
    • Authentication
    • Environment variables
    • Api calls
    • Multi language
    • Structure
    • Clean project
    • Dependencies
    • Tailwind
    • Migrate to CRA
    • Credit assets
  • support
    • 🔵 Update
    • 🔴 Faqs & support
    • 🟣 Changelogv7.4.0
© All rights reserved.ContactHome

Colors

Latestv6.1.0v5

Customize theme colors

To customize global theme colors, update the following files:

  • src/theme/theme-config.ts
  • src/theme/core/palette.ts
src/theme/theme-config.ts
{
  "primary": {
    "lighter": "#C8FAD6",
    "light": "#5BE49B",
    "main": "#00A76F",
    "dark": "#007867",
    "darker": "#004B50",
    "contrastText": "#FFFFFF"
  },
  // ...other colors
}
Color tools & references

Eva design colors (recommended)

Another great tool for generating harmonious palettes:

🔗 colors.eva.design

👉 Recommended token mapping:

  • 100 → lighter
  • 300 → light
  • 500 → main
  • 700 → dark
  • 900 → darker

Material UI colors

Use the official Material UI color tool:

🔗 mui.com/customization/color


🔗 Reference:
  • https://minimals.cc/components/foundation/colors