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