Midnight Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blossoms palette
Midnight Blossoms color palette PNG image
Midnight Blossoms color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #3d2e60;
}
.color-3 {
color: #5c4b8b;
}
.color-4 {
color: #7b4f8c;
}
.color-5 {
color: #9e6b98;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #3d2e60;
--color-3: #5c4b8b;
--color-4: #7b4f8c;
--color-5: #9e6b98;
}
Midnight Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #3d2e60, #5c4b8b, #7b4f8c, #9e6b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #3d2e60, #5c4b8b, #7b4f8c, #9e6b98);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Midnight Blossoms color palette created on .