Orange Lucy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Lucy palette
Orange Lucy color palette CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e6a100;
}
.color-3 {
color: #d68b00;
}
.color-4 {
color: #e05600;
}
.color-5 {
color: #e02200;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e6a100;
--color-3: #d68b00;
--color-4: #e05600;
--color-5: #e02200;
}
Orange Lucy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e6a100, #d68b00, #e05600, #e02200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e6a100, #d68b00, #e05600, #e02200);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Orange Lucy color palette created on .