Night Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Night Bloom palette

Share this palette to:

Night Bloom color palette PNG image

Download night bloom color palette PNG image (landscape)
Download night bloom color palette PNG image (square)

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);
}

Night Bloom color palette created on .