Bleeding Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bleeding Orange palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bleeding Orange Color Palette (PNG)
Bleeding Orange color palette CSS
/* CSS */
.color-1 {
color: #e0520b;
}
.color-2 {
color: #e26612;
}
.color-3 {
color: #e6851e;
}
.color-4 {
color: #e8a426;
}
.color-5 {
color: #e8a83b;
}
/* CSS Variables */
:root {
--color-1: #e0520b;
--color-2: #e26612;
--color-3: #e6851e;
--color-4: #e8a426;
--color-5: #e8a83b;
}
Bleeding Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0520b, #e26612, #e6851e, #e8a426, #e8a83b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0520b, #e26612, #e6851e, #e8a426, #e8a83b);
}
Similar color palettes
Bleeding Orange color palette created on .