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: #f6b83c;
}
.color-2 {
color: #f9d780;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d54030;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9d780;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #d54030;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9d780, #f4a462, #e76e50, #d54030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9d780, #f4a462, #e76e50, #d54030);
}
Similar color palettes
Scroll down to explore 60+ Bright color palettes
Shades of Orange color palette created on .