Shades of Blue Ghost Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue Ghost palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue Ghost CSS

/* CSS */
.color-1 {
color: #e6e8ea;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #9fb0c6;
}
.color-4 {
color: #7c9dbb;
}
.color-5 {
color: #4d738f;
}

/* CSS Variables */
:root {
--color-1: #e6e8ea;
--color-2: #b6c8d8;
--color-3: #9fb0c6;
--color-4: #7c9dbb;
--color-5: #4d738f;
}

CSS con gradiente di sfondo Shades of Blue Ghost

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e8ea, #b6c8d8, #9fb0c6, #7c9dbb, #4d738f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e8ea, #b6c8d8, #9fb0c6, #7c9dbb, #4d738f);
}

Shades of Blue Ghost color palette created on .