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: #f5a300;
}
.color-2 {
color: #f59f00;
}
.color-3 {
color: #f5af00;
}
.color-4 {
color: #f5c800;
}
.color-5 {
color: #f5d400;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f59f00;
--color-3: #f5af00;
--color-4: #f5c800;
--color-5: #f5d400;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f59f00, #f5af00, #f5c800, #f5d400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f59f00, #f5af00, #f5c800, #f5d400);
}
Similar color palettes
Shades of Orange color palette created on .