Discover the beautiful Orange Beach color palette featuring burning orange (#ff6d2e), yellow orange (#ffa142), golden tainoi (#ffcc66), aquamarine blue (#68d5e3) and jungle green (#2a9d90).
Orange Beach 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 Orange Beach palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Orange Beach palette
💻 Orange Beach color palette CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #68d5e3;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa142;
--color-3: #ffcc66;
--color-4: #68d5e3;
--color-5: #2a9d90;
}
🌈 Orange Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa142, #ffcc66, #68d5e3, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa142, #ffcc66, #68d5e3, #2a9d90);
}
🔗 Explore similar color palettes
Orange Beach color palette created on .