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