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: #f5a3ae;
}
.color-2 {
color: #f1c0d1;
}
.color-3 {
color: #b5a7d3;
}
.color-4 {
color: #7d8ebf;
}
.color-5 {
color: #4c4b9b;
}
/* CSS Variables */
:root {
--color-1: #f5a3ae;
--color-2: #f1c0d1;
--color-3: #b5a7d3;
--color-4: #7d8ebf;
--color-5: #4c4b9b;
}
Midnight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3ae, #f1c0d1, #b5a7d3, #7d8ebf, #4c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3ae, #f1c0d1, #b5a7d3, #7d8ebf, #4c4b9b);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Midnight Blossom color palette created on .