Modern Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Modern Luxury palette
Color Inspiration
Images that showcase this color palette in real designs
Download Modern Luxury Color Palette (PNG)
Modern Luxury color palette CSS
/* CSS */
.color-1 {
color: #1a1a2e;
}
.color-2 {
color: #e9445f;
}
.color-3 {
color: #f9f5f0;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #690571;
}
/* CSS Variables */
:root {
--color-1: #1a1a2e;
--color-2: #e9445f;
--color-3: #f9f5f0;
--color-4: #00b3aa;
--color-5: #690571;
}
Modern Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a2e, #e9445f, #f9f5f0, #00b3aa, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a2e, #e9445f, #f9f5f0, #00b3aa, #690571);
}
Similar color palettes
Modern Luxury color palette created on .