ColorsPaletteTool

Wellness

Calm Health Color Palette

Low-stress blues and greens for care products. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(245, 250, 248)

Secondary

rgb(214, 240, 234)

Accent

rgb(141, 211, 199)

Deep

rgb(71, 124, 138)

Light

rgb(31, 58, 96)

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
#F5FAF8#D6F0EA#8DD3C7#477C8A#1F3A60
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Calm Health CSS

/* CSS */
.color-1 {
  color: #F5FAF8;
}
.color-2 {
  color: #D6F0EA;
}
.color-3 {
  color: #8DD3C7;
}
.color-4 {
  color: #477C8A;
}
.color-5 {
  color: #1F3A60;
}

/* CSS Variables */
:root {
  --color-1: #F5FAF8;
  --color-2: #D6F0EA;
  --color-3: #8DD3C7;
  --color-4: #477C8A;
  --color-5: #1F3A60;
}

Calm Health Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F5FAF8, #D6F0EA, #8DD3C7, #477C8A, #1F3A60);
}