Paleta de colores Shades of Gray

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Gray palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shades of Gray

Download shades of gray color palette PNG image (landscape)
Download shades of gray color palette PNG image (square)

CSS de la paleta de colores Shades of Gray

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffe0e0;
}
.color-3 {
color: #5b5b8b;
}
.color-4 {
color: #3c3c5d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe0e0;
--color-3: #5b5b8b;
--color-4: #3c3c5d;
--color-5: #000000;
}

CSS del degradado de fondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe0e0, #5b5b8b, #3c3c5d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe0e0, #5b5b8b, #3c3c5d, #000000);
}

Shades of Gray color palette created on .