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: #1e1e2f;
}
.color-2 {
color: #4f4f63;
}
.color-3 {
color: #80808e;
}
.color-4 {
color: #b3b3c6;
}
.color-5 {
color: #e6e6f4;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4f4f63;
--color-3: #80808e;
--color-4: #b3b3c6;
--color-5: #e6e6f4;
}

Midnight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4f4f63, #80808e, #b3b3c6, #e6e6f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4f4f63, #80808e, #b3b3c6, #e6e6f4);
}

Midnight Serenity color palette created on .