Discover the beautiful Retro Orange color palette featuring flamingo (#f15a27), amber (#f5c000), chambray (#3b4c8c), sinbad (#a7d7c7) and french lilac (#e1b6e7).
Retro Orange Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Retro Orange palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Retro Orange palette
💻 Retro Orange color palette CSS
/* CSS */
.color-1 {
color: #f15a27;
}
.color-2 {
color: #f5c000;
}
.color-3 {
color: #3b4c8c;
}
.color-4 {
color: #a7d7c7;
}
.color-5 {
color: #e1b6e7;
}
/* CSS Variables */
:root {
--color-1: #f15a27;
--color-2: #f5c000;
--color-3: #3b4c8c;
--color-4: #a7d7c7;
--color-5: #e1b6e7;
}
🌈 Retro Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15a27, #f5c000, #3b4c8c, #a7d7c7, #e1b6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15a27, #f5c000, #3b4c8c, #a7d7c7, #e1b6e7);
}
🔗 Explore similar color palettes
Retro Orange color palette created on .