Vibrant Orange Color Palette
Discover the beautiful Vibrant Orange color palette featuring tango (#f47f1f), violet red (#fa428f), carnation (#f75d55), saffron (#f2b53a) and neon carrot (#ff913d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Vibrant Orange palette
๐ป Vibrant Orange color palette CSS
/* CSS */
.color-1 {
color: #f47f1f;
}
.color-2 {
color: #fa428f;
}
.color-3 {
color: #f75d55;
}
.color-4 {
color: #f2b53a;
}
.color-5 {
color: #ff913d;
}
/* CSS Variables */
:root {
--color-1: #f47f1f;
--color-2: #fa428f;
--color-3: #f75d55;
--color-4: #f2b53a;
--color-5: #ff913d;
}
๐ Vibrant Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}
๐ Explore similar color palettes
Vibrant Orange color palette created on .