Midnight Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Blossom palette

Share this palette to:

Midnight Blossom color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff477e;
}
.color-5 {
color: #595959;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ff7092;
--color-3: #ffcc00;
--color-4: #ff477e;
--color-5: #595959;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ff7092, #ffcc00, #ff477e, #595959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ff7092, #ffcc00, #ff477e, #595959);
}

Midnight Blossom color palette created on .