Lance Color Palette
Discover the beautiful Lance color palette featuring buddha gold (#d6af00), chelsea gem (#a36a00), brown pod (#2e0c00), pizazz (#ff8c00) and vermilion (#ff3c00).
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 Lance palette
💻 Lance color palette CSS
/* CSS */
.color-1 {
color: #d6af00;
}
.color-2 {
color: #a36a00;
}
.color-3 {
color: #2e0c00;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #d6af00;
--color-2: #a36a00;
--color-3: #2e0c00;
--color-4: #ff8c00;
--color-5: #ff3c00;
} 🌈 Lance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6af00, #a36a00, #2e0c00, #ff8c00, #ff3c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6af00, #a36a00, #2e0c00, #ff8c00, #ff3c00);
} 🔗 Explore similar color palettes
Lance color palette created on .