Warm Yellow Orange Red Color Palette
Discover the beautiful Warm Yellow Orange Red color palette featuring saffron mango (#f9c54e), rajah (#f6a96a), tango (#f3712b), sunset orange (#f94346) and black (#000000).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Warm Yellow Orange Red palette
💻 Warm Yellow Orange Red color palette CSS
/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f6a96a;
}
.color-3 {
color: #f3712b;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f6a96a;
--color-3: #f3712b;
--color-4: #f94346;
--color-5: #000000;
} 🌈 Warm Yellow Orange Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f6a96a, #f3712b, #f94346, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f6a96a, #f3712b, #f94346, #000000);
} 🔗 Explore similar color palettes
Warm Yellow Orange Red color palette created on .