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: #00296b;
}
.color-2 {
color: #3b5e8c;
}
.color-3 {
color: #5b8ea9;
}
.color-4 {
color: #8fb8d6;
}
.color-5 {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--color-1: #00296b;
--color-2: #3b5e8c;
--color-3: #5b8ea9;
--color-4: #8fb8d6;
--color-5: #b2e0f0;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00296b, #3b5e8c, #5b8ea9, #8fb8d6, #b2e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00296b, #3b5e8c, #5b8ea9, #8fb8d6, #b2e0f0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300 paletas de colores Azul
Shades of Blue color palette created on .