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: #e0e4ff;
}
.color-3 {
color: #b8d788;
}
.color-4 {
color: #ffebf2;
}
.color-5 {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e0e4ff;
--color-3: #b8d788;
--color-4: #ffebf2;
--color-5: #f0f0f0;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e0e4ff, #b8d788, #ffebf2, #f0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e0e4ff, #b8d788, #ffebf2, #f0f0f0);
}

Midnight Blossom color palette created on .