Vox Color Palette
Discover the beautiful Vox color palette featuring biscay (#1d2a6d), kashmir blue (#4a6a8c), neptune (#7cc0b2), ronchi (#efb74d) and mandy (#e94e77).
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 palette
💻 Vox color palette CSS
/* CSS */
.color-1 {
color: #1d2a6d;
}
.color-2 {
color: #4a6a8c;
}
.color-3 {
color: #7cc0b2;
}
.color-4 {
color: #efb74d;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #1d2a6d;
--color-2: #4a6a8c;
--color-3: #7cc0b2;
--color-4: #efb74d;
--color-5: #e94e77;
} 🌈 Vox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a6d, #4a6a8c, #7cc0b2, #efb74d, #e94e77);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a6d, #4a6a8c, #7cc0b2, #efb74d, #e94e77);
} 🔗 Explore similar color palettes
Vox color palette created on .