Lustrous Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lustrous Bloom palette
Lustrous Bloom color palette CSS
/* CSS */
.color-1 {
color: #e1d6e6;
}
.color-2 {
color: #f2b1d8;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ffb700;
}
.color-5 {
color: #ff4d00;
}
/* CSS Variables */
:root {
--color-1: #e1d6e6;
--color-2: #f2b1d8;
--color-3: #ff7092;
--color-4: #ffb700;
--color-5: #ff4d00;
}
Lustrous Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d6e6, #f2b1d8, #ff7092, #ffb700, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d6e6, #f2b1d8, #ff7092, #ffb700, #ff4d00);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Lustrous Bloom color palette created on .