Vox Vibrance Color Palette
Discover the beautiful Vox Vibrance color palette featuring orange (#ff7424), peach orange (#ffbf94), colonial white (#ffebbd), malibu (#70cfff) and dodger blue (#2e8fff).
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 Vox Vibrance palette
💻 Vox Vibrance color palette CSS
/* CSS */
.color-1 {
color: #ff7424;
}
.color-2 {
color: #ffbf94;
}
.color-3 {
color: #ffebbd;
}
.color-4 {
color: #70cfff;
}
.color-5 {
color: #2e8fff;
}
/* CSS Variables */
:root {
--color-1: #ff7424;
--color-2: #ffbf94;
--color-3: #ffebbd;
--color-4: #70cfff;
--color-5: #2e8fff;
}
🌈 Vox Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7424, #ffbf94, #ffebbd, #70cfff, #2e8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7424, #ffbf94, #ffebbd, #70cfff, #2e8fff);
}
🔗 Explore similar color palettes
Vox Vibrance color palette created on .