Bleeding Orange Color Palette
Discover the beautiful Bleeding Orange color palette featuring trinidad (#e0530a), tango (#e36613), zest (#e6841d), fire bush (#e8a527) and tulip tree (#e8a839).
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 Bleeding Orange palette
๐ป Bleeding Orange color palette CSS
/* CSS */
.color-1 {
color: #e0530a;
}
.color-2 {
color: #e36613;
}
.color-3 {
color: #e6841d;
}
.color-4 {
color: #e8a527;
}
.color-5 {
color: #e8a839;
}
/* CSS Variables */
:root {
--color-1: #e0530a;
--color-2: #e36613;
--color-3: #e6841d;
--color-4: #e8a527;
--color-5: #e8a839;
} ๐ Bleeding Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0530a, #e36613, #e6841d, #e8a527, #e8a839);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0530a, #e36613, #e6841d, #e8a527, #e8a839);
} ๐ Explore similar color palettes
Bleeding Orange color palette created on .