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