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