Blue Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Night palette
Blue Night color palette CSS
/* CSS */
.color-1 {
color: #3a3b8d;
}
.color-2 {
color: #5f7db9;
}
.color-3 {
color: #8fa6d6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e76a4b;
}
/* CSS Variables */
:root {
--color-1: #3a3b8d;
--color-2: #5f7db9;
--color-3: #8fa6d6;
--color-4: #f1c84b;
--color-5: #e76a4b;
}
Blue Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b8d, #5f7db9, #8fa6d6, #f1c84b, #e76a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b8d, #5f7db9, #8fa6d6, #f1c84b, #e76a4b);
}
Similar color palettes
Blue Night color palette created on .