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: #4a8fba;
}
.color-2 {
color: #6db6c5;
}
.color-3 {
color: #8ed5d7;
}
.color-4 {
color: #b6e2d6;
}
.color-5 {
color: #dff6e5;
}
/* CSS Variables */
:root {
--color-1: #4a8fba;
--color-2: #6db6c5;
--color-3: #8ed5d7;
--color-4: #b6e2d6;
--color-5: #dff6e5;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8fba, #6db6c5, #8ed5d7, #b6e2d6, #dff6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8fba, #6db6c5, #8ed5d7, #b6e2d6, #dff6e5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Estético
Shades of Blue color palette created on .