Paleta de colores Shades of Blue Navy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Navy palette
CSS de la paleta de colores Shades of Blue Navy
/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #80d1f4;
}
/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005c99;
--color-3: #0096d6;
--color-4: #00bfff;
--color-5: #80d1f4;
}
CSS del degradado de fondo Shades of Blue Navy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005c99, #0096d6, #00bfff, #80d1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005c99, #0096d6, #00bfff, #80d1f4);
}
Paletas de colores similares
Shades of Blue Navy color palette created on .