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