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