Wilderness Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wilderness Whisper palette
Wilderness Whisper color palette CSS
/* CSS */
.color-1 {
color: #2d2b25;
}
.color-2 {
color: #4d4b47;
}
.color-3 {
color: #756f6c;
}
.color-4 {
color: #b7a99a;
}
.color-5 {
color: #f3eae2;
}
/* CSS Variables */
:root {
--color-1: #2d2b25;
--color-2: #4d4b47;
--color-3: #756f6c;
--color-4: #b7a99a;
--color-5: #f3eae2;
}
Wilderness Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b25, #4d4b47, #756f6c, #b7a99a, #f3eae2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b25, #4d4b47, #756f6c, #b7a99a, #f3eae2);
}
Similar color palettes
Wilderness Whisper color palette created on .