Shades of Orange Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange Red palette
Shades of Orange Red color palette CSS
/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f7703b;
}
.color-3 {
color: #da3f2b;
}
.color-4 {
color: #b42d3f;
}
.color-5 {
color: #7d1c4d;
}
/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f7703b;
--color-3: #da3f2b;
--color-4: #b42d3f;
--color-5: #7d1c4d;
}
Shades of Orange Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f7703b, #da3f2b, #b42d3f, #7d1c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f7703b, #da3f2b, #b42d3f, #7d1c4d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Shades of Orange Red color palette created on .