Midnight Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Midnight Blossom Color Palette (PNG)
Midnight Blossom color palette CSS
/* CSS */
.color-1 {
color: #3c3965;
}
.color-2 {
color: #f8c9c9;
}
.color-3 {
color: #4e2c6d;
}
.color-4 {
color: #2b1e4d;
}
.color-5 {
color: #1e1e2a;
}
/* CSS Variables */
:root {
--color-1: #3c3965;
--color-2: #f8c9c9;
--color-3: #4e2c6d;
--color-4: #2b1e4d;
--color-5: #1e1e2a;
}
Midnight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3965, #f8c9c9, #4e2c6d, #2b1e4d, #1e1e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3965, #f8c9c9, #4e2c6d, #2b1e4d, #1e1e2a);
}
Similar color palettes
Midnight Blossom color palette created on .