Midnight Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Bloom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Bloom Color Palette (PNG)
Midnight Bloom color palette CSS
/* CSS */
.color-1 {
color: #020203;
}
.color-2 {
color: #560f95;
}
.color-3 {
color: #200741;
}
.color-4 {
color: #9725d4;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #020203;
--color-2: #560f95;
--color-3: #200741;
--color-4: #9725d4;
--color-5: #4a4a4a;
}
Midnight Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #020203, #560f95, #200741, #9725d4, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #020203, #560f95, #200741, #9725d4, #4a4a4a);
}
Similar color palettes
Midnight Bloom color palette created on .