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: #731235;
}
.color-2 {
color: #b9b4a6;
}
.color-3 {
color: #0e0b0d;
}
.color-4 {
color: #3b1120;
}
.color-5 {
color: #868079;
}

/* CSS Variables */
:root {
--color-1: #731235;
--color-2: #b9b4a6;
--color-3: #0e0b0d;
--color-4: #3b1120;
--color-5: #868079;
}

Midnight Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #731235, #b9b4a6, #0e0b0d, #3b1120, #868079);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #731235, #b9b4a6, #0e0b0d, #3b1120, #868079);
}

Midnight Bloom color palette created on .