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