Rainy Forest and Gloomy Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rainy Forest and Gloomy Sky palette

Condividi questa palette a:

tavolozza dei colori Rainy Forest and Gloomy Sky 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;
}

CSS con gradiente di sfondo Rainy Forest and Gloomy Sky

/* 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);
}

Rainy Forest and Gloomy Sky color palette created on .