Paleta de colores Soft Grey
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Grey palette
Descargar la paleta de colores Soft Grey (PNG)
CSS de la paleta de colores Soft Grey
/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #a6a8ab;
}
.color-3 {
color: #f2f5f7;
}
.color-4 {
color: #dadbdd;
}
.color-5 {
color: #e5e8eb;
}
/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a6a8ab;
--color-3: #f2f5f7;
--color-4: #dadbdd;
--color-5: #e5e8eb;
}
CSS del degradado de fondo Soft Grey
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a6a8ab, #f2f5f7, #dadbdd, #e5e8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a6a8ab, #f2f5f7, #dadbdd, #e5e8eb);
}
Paletas de colores similares
Soft Grey color palette created on .