Loading...

Paleta de colores Deep Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Blue palette

Compartir esta paleta en:

Descargar la paleta de colores Deep Blue (PNG)

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

CSS de la paleta de colores Deep Blue

/* CSS */
.color-1 {
color: #191971;
}
.color-2 {
color: #1e3a76;
}
.color-3 {
color: #4b6baf;
}
.color-4 {
color: #76a2e0;
}
.color-5 {
color: #a3d6ff;
}

/* CSS Variables */
:root {
--color-1: #191971;
--color-2: #1e3a76;
--color-3: #4b6baf;
--color-4: #76a2e0;
--color-5: #a3d6ff;
}

CSS del degradado de fondo Deep Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}

Deep Blue color palette created on .