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