Forest Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Dream palette

Share this palette to:

Forest Dream color palette PNG image

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

Forest Dream color palette CSS

/* CSS */
.color-1 {
color: #f0f4e1;
}
.color-2 {
color: #a5d9a1;
}
.color-3 {
color: #e4b26c;
}
.color-4 {
color: #1c3b1c;
}
.color-5 {
color: #d1e0e0;
}

/* CSS Variables */
:root {
--color-1: #f0f4e1;
--color-2: #a5d9a1;
--color-3: #e4b26c;
--color-4: #1c3b1c;
--color-5: #d1e0e0;
}

Forest Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f4e1, #a5d9a1, #e4b26c, #1c3b1c, #d1e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f4e1, #a5d9a1, #e4b26c, #1c3b1c, #d1e0e0);
}

Forest Dream color palette created on .