Night Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Night Blue palette

Share this palette to:

Night Blue color palette CSS

/* CSS */
.color-1 {
color: #392a6a;
}
.color-2 {
color: #5a5d8c;
}
.color-3 {
color: #908c7a;
}
.color-4 {
color: #f7c2b6;
}
.color-5 {
color: #e8a88c;
}

/* CSS Variables */
:root {
--color-1: #392a6a;
--color-2: #5a5d8c;
--color-3: #908c7a;
--color-4: #f7c2b6;
--color-5: #e8a88c;
}

Night Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392a6a, #5a5d8c, #908c7a, #f7c2b6, #e8a88c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392a6a, #5a5d8c, #908c7a, #f7c2b6, #e8a88c);
}

Similar color palettes

Night Blue color palette created on .