Shaded Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shaded Forest Whisper palette

Share this palette to:

Shaded Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #1b1d1b;
}
.color-2 {
color: #3c3e3c;
}
.color-3 {
color: #5b5d5b;
}
.color-4 {
color: #7c7e7c;
}
.color-5 {
color: #a0a2a0;
}

/* CSS Variables */
:root {
--color-1: #1b1d1b;
--color-2: #3c3e3c;
--color-3: #5b5d5b;
--color-4: #7c7e7c;
--color-5: #a0a2a0;
}

Shaded Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1d1b, #3c3e3c, #5b5d5b, #7c7e7c, #a0a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1d1b, #3c3e3c, #5b5d5b, #7c7e7c, #a0a2a0);
}

Shaded Forest Whisper color palette created on .