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: #1b1f3b;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #9a8d98;
}
.color-4 {
color: #c9cba4;
}
.color-5 {
color: #f5c7e0;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4a4e68;
--color-3: #9a8d98;
--color-4: #c9cba4;
--color-5: #f5c7e0;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4a4e68, #9a8d98, #c9cba4, #f5c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4a4e68, #9a8d98, #c9cba4, #f5c7e0);
}

Midnight Blossom color palette created on .