Blue Galaxy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Galaxy palette

Condividi questa palette a:

tavolozza dei colori Blue Galaxy CSS

/* CSS */
.color-1 {
color: #1d3c72;
}
.color-2 {
color: #4b6baf;
}
.color-3 {
color: #7a9bdc;
}
.color-4 {
color: #a8c8e6;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1d3c72;
--color-2: #4b6baf;
--color-3: #7a9bdc;
--color-4: #a8c8e6;
--color-5: #f1f5f8;
}

CSS con gradiente di sfondo Blue Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3c72, #4b6baf, #7a9bdc, #a8c8e6, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3c72, #4b6baf, #7a9bdc, #a8c8e6, #f1f5f8);
}

Blue Galaxy color palette created on .