Jump to content

AXA design system color palette

From Insurer Brain
Revision as of 18:33, 4 March 2026 by Wikilah admin (talk | contribs) (Created page with "🎨 The '''AXA Design System Color Palette''' is the official set of colors defined by AXA for use across its digital products and interfaces. The palette is built on Bootstrap's color system and provides comprehensive theming through Sass variables and CSS custom properties. == Overview == The AXA color system is organized into several families: a greyscale range, the primary AXA Blue, the secondary AXA Sienna, and additional palettes named Ocean, Apache, Teal, Virid...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

🎨 The AXA Design System Color Palette is the official set of colors defined by AXA for use across its digital products and interfaces. The palette is built on Bootstrap's color system and provides comprehensive theming through Sass variables and CSS custom properties.

Overview

The AXA color system is organized into several families: a greyscale range, the primary AXA Blue, the secondary AXA Sienna, and additional palettes named Ocean, Apache, Teal, Viridian, and Tosca. Standalone status colors (green, red, yellow) and a base white complete the system. Each color family includes multiple shades numbered from 100 (lightest) to 500 (darkest), with the 200 shade typically serving as the base reference value.

Theme Colors

The following are the main theme-level colors used for Bootstrap component theming:

Color Name Hex Code
  Primary (AXA Blue) #00008f
  Secondary (AXA Sienna) #d24723
  Success (Green) #138636
  Danger (Red) #c91432
  Warning (Yellow) #ffbc11
  Info (Ocean) #4976ba
  Light / White #ffffff
  Dark (Gray-800) #343c3d

Full Color Reference

Greyscale

Color Name Hex Code
  Gray 100 #fafafa
  Gray 200 #f0f0f0
  Gray 300 #e5e5e5
  Gray 400 #cccccc
  Gray 500 #999999
  Gray 600 #757575
  Gray 700 #5f5f5f
  Gray 800 #343c3d
  Gray 900 #111b1d

AXA Blue

Color Name Hex Code
  AXA Blue 100 #5c5cb7
  AXA Blue 200 #3d3daa
  AXA Blue 300 (Light) #1f1f9c
  AXA Blue 400 (Base) #00008f
  AXA Blue 500 (Dark) #00006d

AXA Sienna

Color Name Hex Code
  AXA Sienna 100 #e28972
  AXA Sienna 200 #dd7358
  AXA Sienna 300 (Light) #d75d3d
  AXA Sienna 400 (Base) #d24723
  AXA Sienna 500 (Dark) #b03c1d

Status Colors

Color Name Hex Code
  Green #138636
  Red #c91432
  Yellow #ffbc11
  White #ffffff

AXA Ocean

Color Name Hex Code
  AXA Ocean 100 #7698cb
  AXA Ocean 200 (Base) #4976ba
  AXA Ocean 300 #3a5e94
  AXA Ocean 400 #274168
  AXA Ocean 500 #17273e

AXA Apache

Color Name Hex Code
  AXA Apache 100 #a79666
  AXA Apache 200 (Base) #8a7333
  AXA Apache 300 #6e5c28
  AXA Apache 400 #4b3e1b
  AXA Apache 500 #241d0c

AXA Teal

Color Name Hex Code
  AXA Teal 100 #41949f
  AXA Teal 200 (Base) #027180
  AXA Teal 300 #015a66
  AXA Teal 400 #014750
  AXA Teal 500 #002126

AXA Viridian

Color Name Hex Code
  AXA Viridian 100 #738d87
  AXA Viridian 200 (Base) #5b7b73
  AXA Viridian 300 #48625c
  AXA Viridian 400 #32433f
  AXA Viridian 500 #181f1e

AXA Tosca

Color Name Hex Code
  AXA Tosca 100 #ac7074
  AXA Tosca 200 (Base) #914146
  AXA Tosca 300 #743438
  AXA Tosca 400 #6a2f33
  AXA Tosca 500 #321618

Sources