Paleta de colores Grey Wind

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Grey Wind palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Grey Wind

Download grey wind color palette PNG image (landscape)
Download grey wind color palette PNG image (square)

CSS de la paleta de colores Grey Wind

/* CSS */
.color-1 {
color: #a0a8b6;
}
.color-2 {
color: #b9c3cf;
}
.color-3 {
color: #e0e6eb;
}
.color-4 {
color: #c6cad7;
}
.color-5 {
color: #7b828e;
}

/* CSS Variables */
:root {
--color-1: #a0a8b6;
--color-2: #b9c3cf;
--color-3: #e0e6eb;
--color-4: #c6cad7;
--color-5: #7b828e;
}

CSS del degradado de fondo Grey Wind

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0a8b6, #b9c3cf, #e0e6eb, #c6cad7, #7b828e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0a8b6, #b9c3cf, #e0e6eb, #c6cad7, #7b828e);
}

Grey Wind color palette created on .