Paleta de colores Deep Blue Night

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Blue Night palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Deep Blue Night

Download deep blue night color palette PNG image (landscape)
Download deep blue night color palette PNG image (square)

CSS de la paleta de colores Deep Blue Night

/* CSS */
.color-1 {
color: #050000;
}
.color-2 {
color: #050047;
}
.color-3 {
color: #0b006b;
}
.color-4 {
color: #120099;
}
.color-5 {
color: #000338;
}

/* CSS Variables */
:root {
--color-1: #050000;
--color-2: #050047;
--color-3: #0b006b;
--color-4: #120099;
--color-5: #000338;
}

CSS del degradado de fondo Deep Blue Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #050000, #050047, #0b006b, #120099, #000338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #050000, #050047, #0b006b, #120099, #000338);
}

Deep Blue Night color palette created on .