Primary
rgb(244, 251, 246)
Brand
Clean startup palette with confident green. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.
rgb(244, 251, 246)
rgb(206, 238, 218)
rgb(117, 199, 158)
rgb(46, 107, 80)
rgb(26, 66, 49)
Tune the full palette while keeping individual color choices editable.
Download a palette image or copy CSS generated from the current adjusted colors.
Preview of the gradient background generated from this palette.
/* 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;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F4FBF6, #CEEEDA, #75C79E, #2E6B50, #1A4231);
}