Skip to content

Ink Blue Palette

CSS variables
:root {
  --color-1: #050A30;
  --color-2: #0B1D6B;
  --color-3: #173EA5;
  --color-4: #6C8BD4;
  --color-5: #E6ECF8;
}
Tailwind config
// tailwind.config.js
colors: {
  "ink-blue-1": "#050A30",
  "ink-blue-2": "#0B1D6B",
  "ink-blue-3": "#173EA5",
  "ink-blue-4": "#6C8BD4",
  "ink-blue-5": "#E6ECF8",
}
About this palette

The Ink Blue palette is a curated set of 5 colors with their HEX, RGB and ready CSS-variable and Tailwind exports. Click any swatch for that color's full breakdown — conversions, contrast and harmonies.

More palettes

Related

Gradients in the same range

Copied