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