Paleta de colores Ghost

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ghost palette

Compartir esta paleta en:

Descargar la paleta de colores Ghost (PNG)

Download ghost color palette PNG image (landscape)
Download ghost color palette PNG image (square)

CSS de la paleta de colores Ghost

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #d7e4e5;
}
.color-3 {
color: #b1d2d3;
}
.color-4 {
color: #8bc4d0;
}
.color-5 {
color: #5bb8c2;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #d7e4e5;
--color-3: #b1d2d3;
--color-4: #8bc4d0;
--color-5: #5bb8c2;
}

CSS del degradado de fondo Ghost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #d7e4e5, #b1d2d3, #8bc4d0, #5bb8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #d7e4e5, #b1d2d3, #8bc4d0, #5bb8c2);
}

Ghost color palette created on .