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: #b4d9c8;
}
.color-2 {
color: #799a8e;
}
.color-3 {
color: #4c6b5a;
}
.color-4 {
color: #2f4641;
}
.color-5 {
color: #1c302d;
}
/* CSS Variables */
:root {
--color-1: #b4d9c8;
--color-2: #799a8e;
--color-3: #4c6b5a;
--color-4: #2f4641;
--color-5: #1c302d;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}
Similar color palettes
Whispers of the Forest color palette created on .