Vox Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vox Vibrance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vox Vibrance Color Palette (PNG)
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);
}
Similar color palettes
Vox Vibrance color palette created on .