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: #fec94d;
}
.color-2 {
color: #f78c22;
}
.color-3 {
color: #e7491d;
}
.color-4 {
color: #d74256;
}
.color-5 {
color: #9a2d8d;
}
/* CSS Variables */
:root {
--color-1: #fec94d;
--color-2: #f78c22;
--color-3: #e7491d;
--color-4: #d74256;
--color-5: #9a2d8d;
}
Vibrant Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec94d, #f78c22, #e7491d, #d74256, #9a2d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec94d, #f78c22, #e7491d, #d74256, #9a2d8d);
}
Similar color palettes
Vibrant Orange color palette created on .