Whispers of the Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Forest palette

Share this palette to:

Whispers of the Forest color palette CSS

/* CSS */
.color-1 {
color: #c5c5aa;
}
.color-2 {
color: #8c927c;
}
.color-3 {
color: #646d5a;
}
.color-4 {
color: #46523d;
}
.color-5 {
color: #233825;
}

/* CSS Variables */
:root {
--color-1: #c5c5aa;
--color-2: #8c927c;
--color-3: #646d5a;
--color-4: #46523d;
--color-5: #233825;
}

Whispers of the Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c5aa, #8c927c, #646d5a, #46523d, #233825);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c5aa, #8c927c, #646d5a, #46523d, #233825);
}

Similar color palettes

Scroll down to explore 2 Olive green color palettes

Whispers of the Forest color palette created on .