Paleta de colores Deep Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Deep Blue

/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #3a5b7e;
}
.color-3 {
color: #7a3e3e;
}
.color-4 {
color: #b68a1b;
}
.color-5 {
color: #d5815d;
}

/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #3a5b7e;
--color-3: #7a3e3e;
--color-4: #b68a1b;
--color-5: #d5815d;
}

CSS del degradado de fondo Deep Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #3a5b7e, #7a3e3e, #b68a1b, #d5815d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #3a5b7e, #7a3e3e, #b68a1b, #d5815d);
}

Deep Blue color palette created on .