Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Whisper palette

Share this palette to:

Forest Whisper color palette PNG image

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

Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #7b8a38;
}
.color-2 {
color: #898c4a;
}
.color-3 {
color: #3b3b3b;
}
.color-4 {
color: #5e3b3b;
}
.color-5 {
color: #391414;
}

/* CSS Variables */
:root {
--color-1: #7b8a38;
--color-2: #898c4a;
--color-3: #3b3b3b;
--color-4: #5e3b3b;
--color-5: #391414;
}

Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8a38, #898c4a, #3b3b3b, #5e3b3b, #391414);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8a38, #898c4a, #3b3b3b, #5e3b3b, #391414);
}

Forest Whisper color palette created on .