Midnight Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Dreams palette

Share this palette to:

Midnight Dreams color palette CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #4a4a78;
}
.color-3 {
color: #8080b3;
}
.color-4 {
color: #b3b3e6;
}
.color-5 {
color: #d1d1ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #4a4a78;
--color-3: #8080b3;
--color-4: #b3b3e6;
--color-5: #d1d1ff;
}

Midnight Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #4a4a78, #8080b3, #b3b3e6, #d1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #4a4a78, #8080b3, #b3b3e6, #d1d1ff);
}

Similar color palettes

Midnight Dreams color palette created on .