Midnight Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Glow palette

Share this palette to:

Midnight Glow color palette PNG image

Download midnight glow color palette PNG image (landscape)
Download midnight glow color palette PNG image (square)

Midnight Glow color palette CSS

/* CSS */
.color-1 {
color: #011737;
}
.color-2 {
color: #0f2a43;
}
.color-3 {
color: #1e4b67;
}
.color-4 {
color: #5c8fa3;
}
.color-5 {
color: #a4dad5;
}

/* CSS Variables */
:root {
--color-1: #011737;
--color-2: #0f2a43;
--color-3: #1e4b67;
--color-4: #5c8fa3;
--color-5: #a4dad5;
}

Midnight Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #011737, #0f2a43, #1e4b67, #5c8fa3, #a4dad5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #011737, #0f2a43, #1e4b67, #5c8fa3, #a4dad5);
}

Midnight Glow color palette created on .