Whispers of Tranquil Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquil Forest palette
Whispers of Tranquil Forest color palette CSS
/* CSS */
.color-1 {
color: #dfe8d3;
}
.color-2 {
color: #a2c8c1;
}
.color-3 {
color: #6da29f;
}
.color-4 {
color: #998b75;
}
.color-5 {
color: #586f67;
}
/* CSS Variables */
:root {
--color-1: #dfe8d3;
--color-2: #a2c8c1;
--color-3: #6da29f;
--color-4: #998b75;
--color-5: #586f67;
}
Whispers of Tranquil Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe8d3, #a2c8c1, #6da29f, #998b75, #586f67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe8d3, #a2c8c1, #6da29f, #998b75, #586f67);
}
Similar color palettes
Scroll down to explore 2 Soft green color palettes
Whispers of Tranquil Forest color palette created on .