Rainy Forest and Gloomy Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainy Forest and Gloomy Sky palette
Rainy Forest and Gloomy Sky color palette CSS
/* CSS */
.color-1 {
color: #2f4b50;
}
.color-2 {
color: #496e6d;
}
.color-3 {
color: #7c9c9b;
}
.color-4 {
color: #a2bebe;
}
.color-5 {
color: #e8f3f3;
}
/* CSS Variables */
:root {
--color-1: #2f4b50;
--color-2: #496e6d;
--color-3: #7c9c9b;
--color-4: #a2bebe;
--color-5: #e8f3f3;
}
Rainy Forest and Gloomy Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b50, #496e6d, #7c9c9b, #a2bebe, #e8f3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b50, #496e6d, #7c9c9b, #a2bebe, #e8f3f3);
}
Similar color palettes
Rainy Forest and Gloomy Sky color palette created on .