Paleta de colores Rainy Forest and Gloomy Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rainy Forest and Gloomy Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Rainy Forest and Gloomy Sky

/* 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 del degradado de fondo 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 .