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: #060e18;
}
.color-2 {
color: #1a2832;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #4b6572;
}
.color-5 {
color: #bac7c9;
}
/* CSS Variables */
:root {
--color-1: #060e18;
--color-2: #1a2832;
--color-3: #2b3d50;
--color-4: #4b6572;
--color-5: #bac7c9;
}
Midnight Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060e18, #1a2832, #2b3d50, #4b6572, #bac7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060e18, #1a2832, #2b3d50, #4b6572, #bac7c9);
}
Similar color palettes
Midnight Serenity color palette created on .