AIColors

Color palette

Sunset Coral

warm · bold · orange, red

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: #FF6B35;
  --color-2: #F7C59F;
  --color-3: #FFE5D4;
  --color-4: #EF476F;
  --color-5: #FB8B24;
}
Tailwind
theme: {
  colors: {
    'c1': '#FF6B35',
    'c2': '#F7C59F',
    'c3': '#FFE5D4',
    'c4': '#EF476F',
    'c5': '#FB8B24',
  }
}
JSON
[
  "#FF6B35",
  "#F7C59F",
  "#FFE5D4",
  "#EF476F",
  "#FB8B24"
]

Related palettes