Blue Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Night palette

Condividi questa palette a:

tavolozza dei colori Blue Night CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b2d9a;
}
.color-3 {
color: #5963b1;
}
.color-4 {
color: #a6a84d;
}
.color-5 {
color: #f9d66c;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2d9a;
--color-3: #5963b1;
--color-4: #a6a84d;
--color-5: #f9d66c;
}

CSS con gradiente di sfondo Blue Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2d9a, #5963b1, #a6a84d, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2d9a, #5963b1, #a6a84d, #f9d66c);
}

Blue Night color palette created on .