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