Blue Midnight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Midnight palette

Condividi questa palette a:

tavolozza dei colori Blue Midnight CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #3c4a90;
}
.color-3 {
color: #5e6db0;
}
.color-4 {
color: #7e8cce;
}
.color-5 {
color: #a3b7e1;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #3c4a90;
--color-3: #5e6db0;
--color-4: #7e8cce;
--color-5: #a3b7e1;
}

CSS con gradiente di sfondo Blue Midnight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #3c4a90, #5e6db0, #7e8cce, #a3b7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #3c4a90, #5e6db0, #7e8cce, #a3b7e1);
}

Blue Midnight color palette created on .