Blue Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Night palette

Share this palette to:

Blue Night color palette 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;
}

Blue Night background gradient CSS

/* 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 .