Gloomy Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gloomy Forest palette
Gloomy Forest color palette CSS
/* CSS */
.color-1 {
color: #5b809a;
}
.color-2 {
color: #b6c8c5;
}
.color-3 {
color: #a0b6a5;
}
.color-4 {
color: #e3e4c9;
}
.color-5 {
color: #6b7e5d;
}
/* CSS Variables */
:root {
--color-1: #5b809a;
--color-2: #b6c8c5;
--color-3: #a0b6a5;
--color-4: #e3e4c9;
--color-5: #6b7e5d;
}
Gloomy Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b809a, #b6c8c5, #a0b6a5, #e3e4c9, #6b7e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b809a, #b6c8c5, #a0b6a5, #e3e4c9, #6b7e5d);
}
Similar color palettes
Gloomy Forest color palette created on .