Paleta de colores Ash Gray

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ash Gray palette

Compartir esta paleta en:

CSS de la paleta de colores Ash Gray

/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #8b8f92;
}
.color-3 {
color: #6a6e71;
}
.color-4 {
color: #4e5255;
}
.color-5 {
color: #3a3d40;
}

/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #8b8f92;
--color-3: #6a6e71;
--color-4: #4e5255;
--color-5: #3a3d40;
}

CSS del degradado de fondo Ash Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #8b8f92, #6a6e71, #4e5255, #3a3d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #8b8f92, #6a6e71, #4e5255, #3a3d40);
}

Ash Gray color palette created on .