Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Whisper palette

Share this palette to:

Download Forest Whisper Color Palette (PNG)

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: #afa15a;
}
.color-2 {
color: #202c1c;
}
.color-3 {
color: #b7d5e1;
}
.color-4 {
color: #5a5d37;
}
.color-5 {
color: #887c3f;
}

/* CSS Variables */
:root {
--color-1: #afa15a;
--color-2: #202c1c;
--color-3: #b7d5e1;
--color-4: #5a5d37;
--color-5: #887c3f;
}

Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afa15a, #202c1c, #b7d5e1, #5a5d37, #887c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afa15a, #202c1c, #b7d5e1, #5a5d37, #887c3f);
}

Forest Whisper color palette created on .