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