Warm Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Orange palette
Warm Orange color palette CSS
/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #49148a;
}
/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #ff6d2e;
--color-3: #ff3c00;
--color-4: #d33131;
--color-5: #49148a;
}
Warm Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #ff6d2e, #ff3c00, #d33131, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #ff6d2e, #ff3c00, #d33131, #49148a);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Warm Orange color palette created on .