Paleta de colores Vibrant Blue Galaxy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Blue Galaxy palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Blue Galaxy (PNG)

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

CSS de la paleta de colores Vibrant Blue Galaxy

/* CSS */
.color-1 {
color: #102f5b;
}
.color-2 {
color: #2d61a4;
}
.color-3 {
color: #5e90c9;
}
.color-4 {
color: #cb5d9f;
}
.color-5 {
color: #dc79ae;
}

/* CSS Variables */
:root {
--color-1: #102f5b;
--color-2: #2d61a4;
--color-3: #5e90c9;
--color-4: #cb5d9f;
--color-5: #dc79ae;
}

CSS del degradado de fondo Vibrant Blue Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #102f5b, #2d61a4, #5e90c9, #cb5d9f, #dc79ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #102f5b, #2d61a4, #5e90c9, #cb5d9f, #dc79ae);
}

Vibrant Blue Galaxy color palette created on .