Pastel Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Forest palette

Share this palette to:

Download Pastel Forest Color Palette (PNG)

Download pastel forest color palette PNG image (landscape)
Download pastel forest color palette PNG image (square)

Pastel Forest color palette CSS

/* CSS */
.color-1 {
color: #b1d8b1;
}
.color-2 {
color: #a6c69f;
}
.color-3 {
color: #97beae;
}
.color-4 {
color: #6abe74;
}
.color-5 {
color: #4c9a5e;
}

/* CSS Variables */
:root {
--color-1: #b1d8b1;
--color-2: #a6c69f;
--color-3: #97beae;
--color-4: #6abe74;
--color-5: #4c9a5e;
}

Pastel Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1d8b1, #a6c69f, #97beae, #6abe74, #4c9a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1d8b1, #a6c69f, #97beae, #6abe74, #4c9a5e);
}

Similar color palettes

Pastel Forest color palette created on .