ColorsPaletteTool

Product

Ocean System Color Palette

Structured blues for trustworthy product UI. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(240, 246, 255)

Secondary

rgb(190, 219, 254)

Accent

rgb(97, 166, 250)

Deep

rgb(36, 99, 235)

Light

rgb(23, 37, 84)

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
#F0F6FF#BEDBFE#61A6FA#2463EB#172554
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Ocean System CSS

/* CSS */
.color-1 {
  color: #F0F6FF;
}
.color-2 {
  color: #BEDBFE;
}
.color-3 {
  color: #61A6FA;
}
.color-4 {
  color: #2463EB;
}
.color-5 {
  color: #172554;
}

/* CSS Variables */
:root {
  --color-1: #F0F6FF;
  --color-2: #BEDBFE;
  --color-3: #61A6FA;
  --color-4: #2463EB;
  --color-5: #172554;
}

Ocean System Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F0F6FF, #BEDBFE, #61A6FA, #2463EB, #172554);
}