Midnight Luna Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Luna palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Luna Color Palette (PNG)
Midnight Luna color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3b4a7d;
}
.color-3 {
color: #5b7db9;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3b4a7d;
--color-3: #5b7db9;
--color-4: #a2c7e7;
--color-5: #f8f9fc;
}
Midnight Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}
Similar color palettes
Midnight Luna color palette created on .