Vibrant Blue Galaxy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blue Galaxy palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Blue Galaxy (PNG)

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

tavolozza dei colori Vibrant Blue Galaxy CSS

/* 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 con gradiente di sfondo 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 .