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