Midnight Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Bloom palette

Share this palette to:

Midnight Bloom color palette CSS

/* CSS */
.color-1 {
color: #262187;
}
.color-2 {
color: #4049c4;
}
.color-3 {
color: #f7f3f5;
}
.color-4 {
color: #8953a2;
}
.color-5 {
color: #3a3399;
}

/* CSS Variables */
:root {
--color-1: #262187;
--color-2: #4049c4;
--color-3: #f7f3f5;
--color-4: #8953a2;
--color-5: #3a3399;
}

Midnight Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #262187, #4049c4, #f7f3f5, #8953a2, #3a3399);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #262187, #4049c4, #f7f3f5, #8953a2, #3a3399);
}

Similar color palettes

Scroll down to explore 2 Deep Blue color palettes

Midnight Bloom color palette created on .