Discover the beautiful Vibrant Auction color palette featuring manhattan (#f6c5a7), goldenrod (#f9d66c), sandy brown (#f1a15b), tango (#eb692d) and valencia (#d63840).
Vibrant Auction Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Vibrant Auction palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Vibrant Auction palette
💻 Vibrant Auction color palette CSS
/* CSS */
.color-1 {
color: #f6c5a7;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f1a15b;
}
.color-4 {
color: #eb692d;
}
.color-5 {
color: #d63840;
}
/* CSS Variables */
:root {
--color-1: #f6c5a7;
--color-2: #f9d66c;
--color-3: #f1a15b;
--color-4: #eb692d;
--color-5: #d63840;
}
🌈 Vibrant Auction background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5a7, #f9d66c, #f1a15b, #eb692d, #d63840);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5a7, #f9d66c, #f1a15b, #eb692d, #d63840);
}
🔗 Explore similar color palettes
Vibrant Auction color palette created on .