Midnight Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Bloom palette

Share this palette to:

Download Midnight Bloom Color Palette (PNG)

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: #2b2b2b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6fbe8d;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #2b2b2b;
--color-2: #ff6e61;
--color-3: #6fbe8d;
--color-4: #ffcb5c;
--color-5: #000000;
}

Midnight Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2b2b, #ff6e61, #6fbe8d, #ffcb5c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2b2b, #ff6e61, #6fbe8d, #ffcb5c, #000000);
}

Midnight Bloom color palette created on .