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: #c6b76c;
}
.color-2 {
color: #ab7c89;
}
.color-3 {
color: #978b53;
}
.color-4 {
color: #637449;
}
.color-5 {
color: #465b2f;
}
/* CSS Variables */
:root {
--color-1: #c6b76c;
--color-2: #ab7c89;
--color-3: #978b53;
--color-4: #637449;
--color-5: #465b2f;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b76c, #ab7c89, #978b53, #637449, #465b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b76c, #ab7c89, #978b53, #637449, #465b2f);
}
Similar color palettes
Scroll down to explore 1 Olive green color palette
Whispers of the Forest color palette created on .