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: #f5b9a3;
}
.color-2 {
color: #f3e681;
}
.color-3 {
color: #b4e7a6;
}
.color-4 {
color: #6cbfe5;
}
.color-5 {
color: #707eff;
}
/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f3e681;
--color-3: #b4e7a6;
--color-4: #6cbfe5;
--color-5: #707eff;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f3e681, #b4e7a6, #6cbfe5, #707eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f3e681, #b4e7a6, #6cbfe5, #707eff);
}
Paletas de colores similares
Shades of Blue color palette created on .