Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Whisper palette
Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #334d19;
}
.color-2 {
color: #415c28;
}
.color-3 {
color: #526d37;
}
.color-4 {
color: #5f7944;
}
.color-5 {
color: #718b55;
}
/* CSS Variables */
:root {
--color-1: #334d19;
--color-2: #415c28;
--color-3: #526d37;
--color-4: #5f7944;
--color-5: #718b55;
}
Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #334d19, #415c28, #526d37, #5f7944, #718b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #334d19, #415c28, #526d37, #5f7944, #718b55);
}
Similar color palettes
Forest Whisper color palette created on .