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