Paleta de colores Blue Interstellar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Interstellar palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Interstellar

/* CSS */
.color-1 {
color: #1e1f3e;
}
.color-2 {
color: #2a4d6a;
}
.color-3 {
color: #4b86b4;
}
.color-4 {
color: #a2d2e6;
}
.color-5 {
color: #f6f7d9;
}

/* CSS Variables */
:root {
--color-1: #1e1f3e;
--color-2: #2a4d6a;
--color-3: #4b86b4;
--color-4: #a2d2e6;
--color-5: #f6f7d9;
}

CSS del degradado de fondo Blue Interstellar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f3e, #2a4d6a, #4b86b4, #a2d2e6, #f6f7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f3e, #2a4d6a, #4b86b4, #a2d2e6, #f6f7d9);
}

Blue Interstellar color palette created on .