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