Dark Blue Galaxy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Blue Galaxy palette

Condividi questa palette a:

Scarica la tavolozza dei colori Dark Blue Galaxy (PNG)

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

tavolozza dei colori Dark Blue Galaxy CSS

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