Orange Injection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Injection palette
Color Inspiration
Images that showcase this color palette in real designs
Download Orange Injection Color Palette (PNG)
Orange Injection color palette CSS
/* CSS */
.color-1 {
color: #cc8775;
}
.color-2 {
color: #cc9271;
}
.color-3 {
color: #c89f6a;
}
.color-4 {
color: #c8ac6a;
}
.color-5 {
color: #d4c18c;
}
/* CSS Variables */
:root {
--color-1: #cc8775;
--color-2: #cc9271;
--color-3: #c89f6a;
--color-4: #c8ac6a;
--color-5: #d4c18c;
}
Orange Injection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc8775, #cc9271, #c89f6a, #c8ac6a, #d4c18c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc8775, #cc9271, #c89f6a, #c8ac6a, #d4c18c);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Orange Injection color palette created on .