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: #3e6045;
}
.color-2 {
color: #5a7a52;
}
.color-3 {
color: #89a86b;
}
.color-4 {
color: #b2d9a6;
}
.color-5 {
color: #e1f2d4;
}
/* CSS Variables */
:root {
--color-1: #3e6045;
--color-2: #5a7a52;
--color-3: #89a86b;
--color-4: #b2d9a6;
--color-5: #e1f2d4;
}
Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6045, #5a7a52, #89a86b, #b2d9a6, #e1f2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6045, #5a7a52, #89a86b, #b2d9a6, #e1f2d4);
}
Similar color palettes
Forest Whisper color palette created on .