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: #20285a;
}
.color-2 {
color: #2f457f;
}
.color-3 {
color: #46a8af;
}
.color-4 {
color: #6bc9d1;
}
.color-5 {
color: #efe1a9;
}

/* CSS Variables */
:root {
--color-1: #20285a;
--color-2: #2f457f;
--color-3: #46a8af;
--color-4: #6bc9d1;
--color-5: #efe1a9;
}

Night Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20285a, #2f457f, #46a8af, #6bc9d1, #efe1a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20285a, #2f457f, #46a8af, #6bc9d1, #efe1a9);
}

Night Blue color palette created on .