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: #c7e2ff;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #6dc0b4;
}
.color-4 {
color: #3a8d6c;
}
.color-5 {
color: #1f5c4a;
}
/* CSS Variables */
:root {
--color-1: #c7e2ff;
--color-2: #a3d7e0;
--color-3: #6dc0b4;
--color-4: #3a8d6c;
--color-5: #1f5c4a;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2ff, #a3d7e0, #6dc0b4, #3a8d6c, #1f5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2ff, #a3d7e0, #6dc0b4, #3a8d6c, #1f5c4a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of the Forest color palette created on .