ColorsPaletteTool

Dashboard

Data Clear Color Palette

Distinct chart-friendly accents on a clean base. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(246, 247, 249)

Secondary

rgb(203, 213, 225)

Accent

rgb(33, 196, 93)

Deep

rgb(13, 162, 231)

Light

rgb(52, 66, 86)

Adjust palette

Tune the full palette while keeping individual color choices editable.

Export for design and code

Download a palette image or copy CSS generated from the current adjusted colors.

Palette PNG Preview
#F6F7F9#CBD5E1#21C45D#0DA2E7#344256
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Data Clear CSS

/* CSS */
.color-1 {
  color: #F6F7F9;
}
.color-2 {
  color: #CBD5E1;
}
.color-3 {
  color: #21C45D;
}
.color-4 {
  color: #0DA2E7;
}
.color-5 {
  color: #344256;
}

/* CSS Variables */
:root {
  --color-1: #F6F7F9;
  --color-2: #CBD5E1;
  --color-3: #21C45D;
  --color-4: #0DA2E7;
  --color-5: #344256;
}

Data Clear Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F6F7F9, #CBD5E1, #21C45D, #0DA2E7, #344256);
}