Paleta de colores Ghostly Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ghostly Shades palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ghostly Shades

Download ghostly shades color palette PNG image (landscape)
Download ghostly shades color palette PNG image (square)

CSS de la paleta de colores Ghostly Shades

/* CSS */
.color-1 {
color: #c8cad5;
}
.color-2 {
color: #a3a5b2;
}
.color-3 {
color: #80828e;
}
.color-4 {
color: #5b5e6b;
}
.color-5 {
color: #393b47;
}

/* CSS Variables */
:root {
--color-1: #c8cad5;
--color-2: #a3a5b2;
--color-3: #80828e;
--color-4: #5b5e6b;
--color-5: #393b47;
}

CSS del degradado de fondo Ghostly Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}

Ghostly Shades color palette created on .