Midnight Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blossom palette
Midnight Blossom color palette CSS
/* CSS */
.color-1 {
color: #f6f7f9;
}
.color-2 {
color: #3c3e5d;
}
.color-3 {
color: #23243e;
}
.color-4 {
color: #c6b89a;
}
.color-5 {
color: #5c2d4e;
}
/* CSS Variables */
:root {
--color-1: #f6f7f9;
--color-2: #3c3e5d;
--color-3: #23243e;
--color-4: #c6b89a;
--color-5: #5c2d4e;
}
Midnight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7f9, #3c3e5d, #23243e, #c6b89a, #5c2d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7f9, #3c3e5d, #23243e, #c6b89a, #5c2d4e);
}
Similar color palettes
Scroll down to explore 100+ Black color palettes
Midnight Blossom color palette created on .