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: #9fa2d1;
}
.color-2 {
color: #6d7fba;
}
.color-3 {
color: #5094b9;
}
.color-4 {
color: #10b2aa;
}
.color-5 {
color: #00ccb1;
}
/* CSS Variables */
:root {
--color-1: #9fa2d1;
--color-2: #6d7fba;
--color-3: #5094b9;
--color-4: #10b2aa;
--color-5: #00ccb1;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fa2d1, #6d7fba, #5094b9, #10b2aa, #00ccb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fa2d1, #6d7fba, #5094b9, #10b2aa, #00ccb1);
}
Paletas de colores similares
Shades of Blue color palette created on .