Midnight Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Shadows palette

Share this palette to:

Midnight Shadows color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #3d4042;
}
.color-3 {
color: #5b636b;
}
.color-4 {
color: #7d858c;
}
.color-5 {
color: #a0a6ab;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3d4042;
--color-3: #5b636b;
--color-4: #7d858c;
--color-5: #a0a6ab;
}

Midnight Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3d4042, #5b636b, #7d858c, #a0a6ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3d4042, #5b636b, #7d858c, #a0a6ab);
}

Midnight Shadows color palette created on .