Paleta de colores Dark Blue Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Blue Galaxy palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Blue Galaxy (PNG)

Download dark blue galaxy color palette PNG image (landscape)
Download dark blue galaxy color palette PNG image (square)

CSS de la paleta de colores Dark Blue Galaxy

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #504c94;
}
.color-3 {
color: #7c7cb1;
}
.color-4 {
color: #a8c8e6;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #504c94;
--color-3: #7c7cb1;
--color-4: #a8c8e6;
--color-5: #f0a400;
}

CSS del degradado de fondo Dark Blue Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}

Dark Blue Galaxy color palette created on .