Midnight Metropolis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Metropolis palette
Midnight Metropolis color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b4b9b;
}
.color-3 {
color: #5c70b2;
}
.color-4 {
color: #8aa0db;
}
.color-5 {
color: #f1e3c6;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b4b9b;
--color-3: #5c70b2;
--color-4: #8aa0db;
--color-5: #f1e3c6;
}
Midnight Metropolis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b4b9b, #5c70b2, #8aa0db, #f1e3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b4b9b, #5c70b2, #8aa0db, #f1e3c6);
}
Similar color palettes
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
- Teal Night Sky
Midnight Metropolis color palette created on .