Luxurious Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxurious Orange palette
Luxurious Orange color palette CSS
/* CSS */
.color-1 {
color: #ffa600;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffc299;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #ffa600;
--color-2: #ffb84d;
--color-3: #ffc299;
--color-4: #ffcc80;
--color-5: #ff6e00;
}
Luxurious Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa600, #ffb84d, #ffc299, #ffcc80, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa600, #ffb84d, #ffc299, #ffcc80, #ff6e00);
}
Similar color palettes
Luxurious Orange color palette created on .