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

eSolia dark blue - primary brand color (#2D2F63)

accent: string

eSolia accent orange/gold (#FFBC68)

secondary: string

Gray for secondary elements (#C8C8C8)

white: string

White for light variants

textLight: string

Text color for dark backgrounds

textDark: string

Text color for light backgrounds

Usage

import { brandColors } from ".";