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: #0357a5;
}
.color-2 {
color: #007bff;
}
.color-3 {
color: #5cc0eb;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #f5caad;
}
/* CSS Variables */
:root {
--color-1: #0357a5;
--color-2: #007bff;
--color-3: #5cc0eb;
--color-4: #a1d6e2;
--color-5: #f5caad;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0357a5, #007bff, #5cc0eb, #a1d6e2, #f5caad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0357a5, #007bff, #5cc0eb, #a1d6e2, #f5caad);
}
Paletas de colores similares
Shades of Blue color palette created on .