Modern Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Modern Luxury palette
Modern Luxury color palette PNG image
Modern Luxury color palette CSS
/* CSS */
.color-1 {
color: #f8c391;
}
.color-2 {
color: #e77c65;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #6d3483;
}
/* CSS Variables */
:root {
--color-1: #f8c391;
--color-2: #e77c65;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #6d3483;
}
Modern Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c391, #e77c65, #d15400, #bf3a2b, #6d3483);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c391, #e77c65, #d15400, #bf3a2b, #6d3483);
}
Similar color palettes
Scroll down to explore 1000+ colors.embroidery color palettes
Modern Luxury color palette created on .