ColorBlend
Blue4 colorsHEXRGBCheck contrast

Palette guide

How to use the Rose, Purple and Navy Blue Palette

Use the lightest color for backgrounds or open space, the darkest color for readable text and strong outlines, and the middle tones for surfaces, illustrations, or supporting elements. Reserve the most distinctive shade for accents and calls to action.

Test text and interface controls against their final backgrounds before publishing. Color appearance and contrast can change with font size, screen brightness, and surrounding colors.

CSS variables
:root {
  --color-1: #863756;
  --color-2: #39276A;
  --color-3: #16439E;
  --color-4: #4E3F7F;
}