Shades of Yellow Orange Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow Orange Red palette
Shades of Yellow Orange Red color palette CSS
/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f78d1d;
}
.color-4 {
color: #e65d33;
}
.color-5 {
color: #9a2d2f;
}
/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f5a524;
--color-3: #f78d1d;
--color-4: #e65d33;
--color-5: #9a2d2f;
}
Shades of Yellow Orange Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f5a524, #f78d1d, #e65d33, #9a2d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f5a524, #f78d1d, #e65d33, #9a2d2f);
}
Similar color palettes
Shades of Yellow Orange Red color palette created on .