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: #0077b3;
}
.color-2 {
color: #50b4e2;
}
.color-3 {
color: #90d6f4;
}
.color-4 {
color: #b6e1f7;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0077b3;
--color-2: #50b4e2;
--color-3: #90d6f4;
--color-4: #b6e1f7;
--color-5: #e0f7fa;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0077b3, #50b4e2, #90d6f4, #b6e1f7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0077b3, #50b4e2, #90d6f4, #b6e1f7, #e0f7fa);
}
Paletas de colores similares
Shades of Blue color palette created on .