Paleta de colores Soft Grayscale

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Grayscale palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Grayscale

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #e3e3e3;
}
.color-3 {
color: #c2c2c2;
}
.color-4 {
color: #a1a1a1;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #e3e3e3;
--color-3: #c2c2c2;
--color-4: #a1a1a1;
--color-5: #808080;
}

CSS del degradado de fondo Soft Grayscale

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #e3e3e3, #c2c2c2, #a1a1a1, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #e3e3e3, #c2c2c2, #a1a1a1, #808080);
}

Soft Grayscale color palette created on .