Paleta de colores Shades of Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue palette
CSS de la paleta de colores Shades of Blue
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a0b1b6;
}
.color-3 {
color: #8999be;
}
.color-4 {
color: #6e90cf;
}
.color-5 {
color: #4b67af;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a0b1b6;
--color-3: #8999be;
--color-4: #6e90cf;
--color-5: #4b67af;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a0b1b6, #8999be, #6e90cf, #4b67af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a0b1b6, #8999be, #6e90cf, #4b67af);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Shades of Blue color palette created on .