Blue Universe Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Universe palette

Condividi questa palette a:

tavolozza dei colori Blue Universe CSS

/* CSS */
.color-1 {
color: #2b2e6e;
}
.color-2 {
color: #4a5b96;
}
.color-3 {
color: #788bba;
}
.color-4 {
color: #9fbbd1;
}
.color-5 {
color: #c7e2f5;
}

/* CSS Variables */
:root {
--color-1: #2b2e6e;
--color-2: #4a5b96;
--color-3: #788bba;
--color-4: #9fbbd1;
--color-5: #c7e2f5;
}

CSS con gradiente di sfondo Blue Universe

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2e6e, #4a5b96, #788bba, #9fbbd1, #c7e2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2e6e, #4a5b96, #788bba, #9fbbd1, #c7e2f5);
}

Blue Universe color palette created on .