Midnight Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Serenade palette

Share this palette to:

Midnight Serenade color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3d99;
}
.color-3 {
color: #6b5fbf;
}
.color-4 {
color: #9a7dd8;
}
.color-5 {
color: #d1c7f5;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3d99;
--color-3: #6b5fbf;
--color-4: #9a7dd8;
--color-5: #d1c7f5;
}

Midnight Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3d99, #6b5fbf, #9a7dd8, #d1c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3d99, #6b5fbf, #9a7dd8, #d1c7f5);
}

Midnight Serenade color palette created on .