Blue Night Festival Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Night Festival palette
Blue Night Festival color palette CSS
/* CSS */
.color-1 {
color: #1d1e3a;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #6f7c9b;
}
.color-4 {
color: #9fb6df;
}
.color-5 {
color: #f6f2c6;
}
/* CSS Variables */
:root {
--color-1: #1d1e3a;
--color-2: #4b4e7c;
--color-3: #6f7c9b;
--color-4: #9fb6df;
--color-5: #f6f2c6;
}
Blue Night Festival background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e3a, #4b4e7c, #6f7c9b, #9fb6df, #f6f2c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e3a, #4b4e7c, #6f7c9b, #9fb6df, #f6f2c6);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Blue Night Festival color palette created on .