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