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