Shades of Orange Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Orange Red palette

Share this palette to:

Shades of Orange Red color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff7e29;
}
.color-3 {
color: #ff4929;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #a30026;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7e29;
--color-3: #ff4929;
--color-4: #d60032;
--color-5: #a30026;
}

Shades of Orange Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7e29, #ff4929, #d60032, #a30026);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7e29, #ff4929, #d60032, #a30026);
}

Shades of Orange Red color palette created on .