Shades of Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange palette
Shades of Orange color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d66f00;
}
.color-3 {
color: #9e5200;
}
.color-4 {
color: #7a3b00;
}
.color-5 {
color: #4d2500;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d66f00;
--color-3: #9e5200;
--color-4: #7a3b00;
--color-5: #4d2500;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}
Similar color palettes
Shades of Orange color palette created on .