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