Paleta de colores Deep Blue Nebula

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Blue Nebula palette

Compartir esta paleta en:

CSS de la paleta de colores Deep Blue Nebula

/* CSS */
.color-1 {
color: #1b1e3c;
}
.color-2 {
color: #3e4b6a;
}
.color-3 {
color: #6c7e99;
}
.color-4 {
color: #9cb2c9;
}
.color-5 {
color: #d7e3f4;
}

/* CSS Variables */
:root {
--color-1: #1b1e3c;
--color-2: #3e4b6a;
--color-3: #6c7e99;
--color-4: #9cb2c9;
--color-5: #d7e3f4;
}

CSS del degradado de fondo Deep Blue Nebula

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e3c, #3e4b6a, #6c7e99, #9cb2c9, #d7e3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e3c, #3e4b6a, #6c7e99, #9cb2c9, #d7e3f4);
}

Deep Blue Nebula color palette created on .