Luxury Energy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Energy palette
Luxury Energy color palette PNG image
Luxury Energy color palette CSS
/* CSS */
.color-1 {
color: #b6a7d7;
}
.color-2 {
color: #f8dbb4;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #ff5900;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #b6a7d7;
--color-2: #f8dbb4;
--color-3: #fab700;
--color-4: #ff5900;
--color-5: #e94e77;
}
Luxury Energy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a7d7, #f8dbb4, #fab700, #ff5900, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a7d7, #f8dbb4, #fab700, #ff5900, #e94e77);
}
Similar color palettes
Luxury Energy color palette created on .