Midnight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Hues palette

Share this palette to:

Midnight Hues color palette PNG image

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

Midnight Hues color palette CSS

/* CSS */
.color-1 {
color: #141452;
}
.color-2 {
color: #141466;
}
.color-3 {
color: #282877;
}
.color-4 {
color: #14143e;
}
.color-5 {
color: #3c3c8b;
}

/* CSS Variables */
:root {
--color-1: #141452;
--color-2: #141466;
--color-3: #282877;
--color-4: #14143e;
--color-5: #3c3c8b;
}

Midnight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141452, #141466, #282877, #14143e, #3c3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141452, #141466, #282877, #14143e, #3c3c8b);
}

Midnight Hues color palette created on .