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