Paleta de colores Shades of Blue Ghost
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Ghost palette
CSS de la paleta de colores Shades of Blue Ghost
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Shades of Blue Ghost color palette created on .