Night Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Night Bloom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Night Bloom Color Palette (PNG)
Night Bloom color palette CSS
/* CSS */
.color-1 {
color: #1e1a23;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7b6e8c;
}
.color-4 {
color: #c9b3d1;
}
.color-5 {
color: #f5e3b8;
}
/* CSS Variables */
:root {
--color-1: #1e1a23;
--color-2: #4a4a6d;
--color-3: #7b6e8c;
--color-4: #c9b3d1;
--color-5: #f5e3b8;
}
Night Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a23, #4a4a6d, #7b6e8c, #c9b3d1, #f5e3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a23, #4a4a6d, #7b6e8c, #c9b3d1, #f5e3b8);
}
Similar color palettes
Night Bloom color palette created on .