Midnight Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Serenity palette

Share this palette to:

Midnight Serenity color palette CSS

/* CSS */
.color-1 {
color: #1d2935;
}
.color-2 {
color: #3a4e64;
}
.color-3 {
color: #5f758c;
}
.color-4 {
color: #a9c2db;
}
.color-5 {
color: #f1f6f9;
}

/* CSS Variables */
:root {
--color-1: #1d2935;
--color-2: #3a4e64;
--color-3: #5f758c;
--color-4: #a9c2db;
--color-5: #f1f6f9;
}

Midnight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2935, #3a4e64, #5f758c, #a9c2db, #f1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2935, #3a4e64, #5f758c, #a9c2db, #f1f6f9);
}

Midnight Serenity color palette created on .