AIColors

Color palette

Lavender Dream

pastel · soft · cool · blue, purple

Contrast ratios are each swatch against its best of black/white text. AA = WCAG normal-text pass (≥ 4.5:1).

CSS variables
:root {
  --color-1: #E0C3FC;
  --color-2: #C8B6FF;
  --color-3: #B8C0FF;
  --color-4: #BBD0FF;
  --color-5: #D0BFFF;
}
Tailwind
theme: {
  colors: {
    'c1': '#E0C3FC',
    'c2': '#C8B6FF',
    'c3': '#B8C0FF',
    'c4': '#BBD0FF',
    'c5': '#D0BFFF',
  }
}
JSON
[
  "#E0C3FC",
  "#C8B6FF",
  "#B8C0FF",
  "#BBD0FF",
  "#D0BFFF"
]

Related palettes