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: #6a4b39;
}
.color-2 {
color: #9d7b6c;
}
.color-3 {
color: #d9b99b;
}
.color-4 {
color: #f2e4d4;
}
.color-5 {
color: #e6e1d6;
}
/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #9d7b6c;
--color-3: #d9b99b;
--color-4: #f2e4d4;
--color-5: #e6e1d6;
}
Woodland Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #9d7b6c, #d9b99b, #f2e4d4, #e6e1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #9d7b6c, #d9b99b, #f2e4d4, #e6e1d6);
}
Similar color palettes
Woodland Whisper color palette created on .