Lustrous Opulence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lustrous Opulence palette
Lustrous Opulence color palette CSS
/* CSS */
.color-1 {
color: #f3e5e2;
}
.color-2 {
color: #d7b2c4;
}
.color-3 {
color: #c9a6b8;
}
.color-4 {
color: #b8a4c1;
}
.color-5 {
color: #e0c2d5;
}
/* CSS Variables */
:root {
--color-1: #f3e5e2;
--color-2: #d7b2c4;
--color-3: #c9a6b8;
--color-4: #b8a4c1;
--color-5: #e0c2d5;
}
Lustrous Opulence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lustrous Opulence color palette created on .