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 PNG image

Download midnight bloom color palette PNG image (landscape)
Download midnight bloom color palette PNG image (square)

Midnight Bloom color palette CSS

/* CSS */
.color-1 {
color: #0d001a;
}
.color-2 {
color: #1a0c2c;
}
.color-3 {
color: #2e194d;
}
.color-4 {
color: #4c2a7e;
}
.color-5 {
color: #7e5c99;
}

/* CSS Variables */
:root {
--color-1: #0d001a;
--color-2: #1a0c2c;
--color-3: #2e194d;
--color-4: #4c2a7e;
--color-5: #7e5c99;
}

Midnight Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d001a, #1a0c2c, #2e194d, #4c2a7e, #7e5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d001a, #1a0c2c, #2e194d, #4c2a7e, #7e5c99);
}

Midnight Bloom color palette created on .