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: #2c1632;
}
.color-2 {
color: #492a4c;
}
.color-3 {
color: #7e4e7e;
}
.color-4 {
color: #c57c8c;
}
.color-5 {
color: #e2b1c4;
}

/* CSS Variables */
:root {
--color-1: #2c1632;
--color-2: #492a4c;
--color-3: #7e4e7e;
--color-4: #c57c8c;
--color-5: #e2b1c4;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c1632, #492a4c, #7e4e7e, #c57c8c, #e2b1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c1632, #492a4c, #7e4e7e, #c57c8c, #e2b1c4);
}

Midnight Blossom color palette created on .