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: #9fc6b8;
}
.color-2 {
color: #a6d9c4;
}
.color-3 {
color: #dff1f1;
}
.color-4 {
color: #f8e8a0;
}
.color-5 {
color: #f6a4a2;
}
/* CSS Variables */
:root {
--color-1: #9fc6b8;
--color-2: #a6d9c4;
--color-3: #dff1f1;
--color-4: #f8e8a0;
--color-5: #f6a4a2;
}
Whispers of the Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b8, #a6d9c4, #dff1f1, #f8e8a0, #f6a4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b8, #a6d9c4, #dff1f1, #f8e8a0, #f6a4a2);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispers of the Forest color palette created on .