ColorsPaletteTool

Portfolio

Studio Ink Color Palette

Sharp monochrome foundation with one cool accent. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(247, 247, 247)

Secondary

rgb(231, 235, 238)

Accent

rgb(157, 167, 175)

Deep

rgb(58, 110, 166)

Light

rgb(17, 24, 39)

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
#F7F7F7#E7EBEE#9DA7AF#3A6EA6#111827
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Studio Ink CSS

/* CSS */
.color-1 {
  color: #F7F7F7;
}
.color-2 {
  color: #E7EBEE;
}
.color-3 {
  color: #9DA7AF;
}
.color-4 {
  color: #3A6EA6;
}
.color-5 {
  color: #111827;
}

/* CSS Variables */
:root {
  --color-1: #F7F7F7;
  --color-2: #E7EBEE;
  --color-3: #9DA7AF;
  --color-4: #3A6EA6;
  --color-5: #111827;
}

Studio Ink Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F7F7F7, #E7EBEE, #9DA7AF, #3A6EA6, #111827);
}