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