Whispers of the Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
Whispers of the Forest color palette PNG image
Whispers of the Forest color palette CSS
/* CSS */
.color-1 {
color: #b4c8b1;
}
.color-2 {
color: #a8b79e;
}
.color-3 {
color: #8c9d7b;
}
.color-4 {
color: #795a3e;
}
.color-5 {
color: #503c2b;
}
/* CSS Variables */
:root {
--color-1: #b4c8b1;
--color-2: #a8b79e;
--color-3: #8c9d7b;
--color-4: #795a3e;
--color-5: #503c2b;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c8b1, #a8b79e, #8c9d7b, #795a3e, #503c2b);
}
Similar color palettes
Whispers of the Forest color palette created on .