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