Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Whisper palette
Image Gallery
Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #42403d;
}
.color-2 {
color: #93a59c;
}
.color-3 {
color: #081110;
}
.color-4 {
color: #5d615c;
}
.color-5 {
color: #7f8273;
}
/* CSS Variables */
:root {
--color-1: #42403d;
--color-2: #93a59c;
--color-3: #081110;
--color-4: #5d615c;
--color-5: #7f8273;
}
Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42403d, #93a59c, #081110, #5d615c, #7f8273);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42403d, #93a59c, #081110, #5d615c, #7f8273);
}
Similar color palettes
Forest Whisper color palette created on .