Orange Turmoil Color Palette
Discover the beautiful Orange Turmoil color palette featuring ecstasy (#f78a1d), saffron (#f7b32b), bright sun (#f7d940), scooter (#3ac5d4) and froly (#f76e6e).
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 Orange Turmoil palette
💻 Orange Turmoil color palette CSS
/* CSS */
.color-1 {
color: #f78a1d;
}
.color-2 {
color: #f7b32b;
}
.color-3 {
color: #f7d940;
}
.color-4 {
color: #3ac5d4;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #f78a1d;
--color-2: #f7b32b;
--color-3: #f7d940;
--color-4: #3ac5d4;
--color-5: #f76e6e;
} 🌈 Orange Turmoil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78a1d, #f7b32b, #f7d940, #3ac5d4, #f76e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78a1d, #f7b32b, #f7d940, #3ac5d4, #f76e6e);
} 🔗 Explore similar color palettes
Orange Turmoil color palette created on .