ColorsPaletteTool

Brand

Fresh Launch Color Palette

Clean startup palette with confident green. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(244, 251, 246)

Secondary

rgb(206, 238, 218)

Accent

rgb(117, 199, 158)

Deep

rgb(46, 107, 80)

Light

rgb(26, 66, 49)

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
#F4FBF6#CEEEDA#75C79E#2E6B50#1A4231
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Fresh Launch CSS

/* CSS */
.color-1 {
  color: #F4FBF6;
}
.color-2 {
  color: #CEEEDA;
}
.color-3 {
  color: #75C79E;
}
.color-4 {
  color: #2E6B50;
}
.color-5 {
  color: #1A4231;
}

/* CSS Variables */
:root {
  --color-1: #F4FBF6;
  --color-2: #CEEEDA;
  --color-3: #75C79E;
  --color-4: #2E6B50;
  --color-5: #1A4231;
}

Fresh Launch Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #F4FBF6, #CEEEDA, #75C79E, #2E6B50, #1A4231);
}