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