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 CSS

/* CSS */
.color-1 {
color: #7a5d4d;
}
.color-2 {
color: #a3684d;
}
.color-3 {
color: #d59a6c;
}
.color-4 {
color: #f1c7a2;
}
.color-5 {
color: #f9e1c3;
}

/* CSS Variables */
:root {
--color-1: #7a5d4d;
--color-2: #a3684d;
--color-3: #d59a6c;
--color-4: #f1c7a2;
--color-5: #f9e1c3;
}

Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5d4d, #a3684d, #d59a6c, #f1c7a2, #f9e1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5d4d, #a3684d, #d59a6c, #f1c7a2, #f9e1c3);
}

Forest Whisper color palette created on .