Ghostly Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ghostly Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Ghostly Blue

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

tavolozza dei colori Ghostly Blue CSS

/* CSS */
.color-1 {
color: #e7e9e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #8ca2b1;
}
.color-4 {
color: #4d6a80;
}
.color-5 {
color: #2b4a6e;
}

/* CSS Variables */
:root {
--color-1: #e7e9e9;
--color-2: #b6c8d8;
--color-3: #8ca2b1;
--color-4: #4d6a80;
--color-5: #2b4a6e;
}

CSS con gradiente di sfondo Ghostly Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}

Ghostly Blue color palette created on .