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