Woodland Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Woodland Whisper palette
Woodland Whisper color palette CSS
/* CSS */
.color-1 {
color: #aa5d3c;
}
.color-2 {
color: #d6a86b;
}
.color-3 {
color: #f0df9e;
}
.color-4 {
color: #49ab8b;
}
.color-5 {
color: #b9d7e4;
}
/* CSS Variables */
:root {
--color-1: #aa5d3c;
--color-2: #d6a86b;
--color-3: #f0df9e;
--color-4: #49ab8b;
--color-5: #b9d7e4;
}
Woodland Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa5d3c, #d6a86b, #f0df9e, #49ab8b, #b9d7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa5d3c, #d6a86b, #f0df9e, #49ab8b, #b9d7e4);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Woodland Whisper color palette created on .