Midnight Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Serenity palette
Midnight Serenity color palette CSS
/* CSS */
.color-1 {
color: #1a1b37;
}
.color-2 {
color: #3c3d58;
}
.color-3 {
color: #5d5e79;
}
.color-4 {
color: #8f90a3;
}
.color-5 {
color: #c2c3e0;
}
/* CSS Variables */
:root {
--color-1: #1a1b37;
--color-2: #3c3d58;
--color-3: #5d5e79;
--color-4: #8f90a3;
--color-5: #c2c3e0;
}
Midnight Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1b37, #3c3d58, #5d5e79, #8f90a3, #c2c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1b37, #3c3d58, #5d5e79, #8f90a3, #c2c3e0);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Midnight Serenity color palette created on .