Grey Wind Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Grey Wind palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Grey Wind

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

tavolozza dei colori Grey Wind CSS

/* 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 con gradiente di sfondo 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 .