Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Whisper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest Whisper Color Palette (PNG)
Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #91a06e;
}
.color-2 {
color: #a5826f;
}
.color-3 {
color: #eed6c4;
}
.color-4 {
color: #55694f;
}
.color-5 {
color: #bdba8f;
}
/* CSS Variables */
:root {
--color-1: #91a06e;
--color-2: #a5826f;
--color-3: #eed6c4;
--color-4: #55694f;
--color-5: #bdba8f;
}
Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #91a06e, #a5826f, #eed6c4, #55694f, #bdba8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #91a06e, #a5826f, #eed6c4, #55694f, #bdba8f);
}
Similar color palettes
Forest Whisper color palette created on .