Midnight Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Blossoms palette

Share this palette to:

Midnight Blossoms color palette CSS

/* CSS */
.color-1 {
color: #886159;
}
.color-2 {
color: #261d23;
}
.color-3 {
color: #362b32;
}
.color-4 {
color: #3c2a31;
}
.color-5 {
color: #4c3438;
}

/* CSS Variables */
:root {
--color-1: #886159;
--color-2: #261d23;
--color-3: #362b32;
--color-4: #3c2a31;
--color-5: #4c3438;
}

Midnight Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #886159, #261d23, #362b32, #3c2a31, #4c3438);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #886159, #261d23, #362b32, #3c2a31, #4c3438);
}

Midnight Blossoms color palette created on .