Midnight Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Bloom palette
Midnight Bloom color palette CSS
/* CSS */
.color-1 {
color: #8a1459;
}
.color-2 {
color: #0a0368;
}
.color-3 {
color: #490c5f;
}
.color-4 {
color: #d45e8d;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #8a1459;
--color-2: #0a0368;
--color-3: #490c5f;
--color-4: #d45e8d;
--color-5: #f0a800;
}
Midnight Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1459, #0a0368, #490c5f, #d45e8d, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1459, #0a0368, #490c5f, #d45e8d, #f0a800);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Midnight Bloom color palette created on .