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 PNG image

Download midnight blossom color palette PNG image (landscape)
Download midnight blossom color palette PNG image (square)

Midnight Blossom color palette CSS

/* CSS */
.color-1 {
color: #1f1b27;
}
.color-2 {
color: #5d2a60;
}
.color-3 {
color: #a64e8c;
}
.color-4 {
color: #e6a3c7;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1f1b27;
--color-2: #5d2a60;
--color-3: #a64e8c;
--color-4: #e6a3c7;
--color-5: #ffffff;
}

Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b27, #5d2a60, #a64e8c, #e6a3c7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b27, #5d2a60, #a64e8c, #e6a3c7, #ffffff);
}

Similar color palettes

Midnight Blossom color palette created on .