Paleta de colores Shades of Blue Ghostie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Ghostie palette
CSS de la paleta de colores Shades of Blue Ghostie
/* CSS */
.color-1 {
color: #f0e5e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #85a2b7;
}
.color-4 {
color: #4d7f9d;
}
.color-5 {
color: #2b5c7d;
}
/* CSS Variables */
:root {
--color-1: #f0e5e9;
--color-2: #b6c8d8;
--color-3: #85a2b7;
--color-4: #4d7f9d;
--color-5: #2b5c7d;
}
CSS del degradado de fondo Shades of Blue Ghostie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
Paletas de colores similares
Shades of Blue Ghostie color palette created on .