variable brandColors

eSolia brand color palette

Official brand colors extracted from the logo assets.

Examples

Example 1

// Use in styles
element.style.color = brandColors.primary;
element.style.backgroundColor = brandColors.accent;

Properties

primary: string
accent: string
secondary: string
white: string
textLight: string
textDark: string

Usage

import { brandColors } from ".";