Whispers of the Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
Whispers of the Forest color palette CSS
/* CSS */
.color-1 {
color: #4e7b7e;
}
.color-2 {
color: #5f9b8b;
}
.color-3 {
color: #7bc6a4;
}
.color-4 {
color: #a3e1c3;
}
.color-5 {
color: #d7f4e5;
}
/* CSS Variables */
:root {
--color-1: #4e7b7e;
--color-2: #5f9b8b;
--color-3: #7bc6a4;
--color-4: #a3e1c3;
--color-5: #d7f4e5;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b7e, #5f9b8b, #7bc6a4, #a3e1c3, #d7f4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b7e, #5f9b8b, #7bc6a4, #a3e1c3, #d7f4e5);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Whispers of the Forest color palette created on .