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: #522d7b;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #522d7b;
--color-2: #684f92;
--color-3: #a6c6ed;
--color-4: #f0a800;
--color-5: #ff6e61;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #522d7b, #684f92, #a6c6ed, #f0a800, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #522d7b, #684f92, #a6c6ed, #f0a800, #ff6e61);
}

Midnight Blossom color palette created on .