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