Bright Orange Color Palette
Discover the beautiful Bright Orange color palette featuring mustard (#fdde4e), crusta (#ff843e), koromiko (#ffc464), froly (#f4789b) and malibu (#8ec0f7).
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 Bright Orange palette
💻 Bright Orange color palette CSS
/* CSS */
.color-1 {
color: #fdde4e;
}
.color-2 {
color: #ff843e;
}
.color-3 {
color: #ffc464;
}
.color-4 {
color: #f4789b;
}
.color-5 {
color: #8ec0f7;
}
/* CSS Variables */
:root {
--color-1: #fdde4e;
--color-2: #ff843e;
--color-3: #ffc464;
--color-4: #f4789b;
--color-5: #8ec0f7;
} 🌈 Bright Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdde4e, #ff843e, #ffc464, #f4789b, #8ec0f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdde4e, #ff843e, #ffc464, #f4789b, #8ec0f7);
} 🔗 Explore similar color palettes
Bright Orange color palette created on .