Vibrant Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange palette
Vibrant Orange color palette CSS
/* CSS */
.color-1 {
color: #f9b44e;
}
.color-2 {
color: #f76d3b;
}
.color-3 {
color: #d83f31;
}
.color-4 {
color: #8a2a9d;
}
.color-5 {
color: #4b1d7c;
}
/* CSS Variables */
:root {
--color-1: #f9b44e;
--color-2: #f76d3b;
--color-3: #d83f31;
--color-4: #8a2a9d;
--color-5: #4b1d7c;
}
Vibrant Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b44e, #f76d3b, #d83f31, #8a2a9d, #4b1d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b44e, #f76d3b, #d83f31, #8a2a9d, #4b1d7c);
}
Similar color palettes
Vibrant Orange color palette created on .