Exotic Orange Color Palette
Discover the beautiful Exotic Orange color palette featuring saffron (#f6b83c), bittersweet (#ff6e61), flame pea (#d95d3a), breaker bay (#4b9b8e) and moon raker (#e4baf2).
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 Exotic Orange palette
๐ป Exotic Orange color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #4b9b8e;
}
.color-5 {
color: #e4baf2;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #d95d3a;
--color-4: #4b9b8e;
--color-5: #e4baf2;
} ๐ Exotic Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #d95d3a, #4b9b8e, #e4baf2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #d95d3a, #4b9b8e, #e4baf2);
} ๐ Explore similar color palettes
Exotic Orange color palette created on .