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