Pet Trivia Color Palette
Discover the beautiful Pet Trivia color palette featuring laser (#c6a662), ronchi (#f1c84b), luxor gold (#9c802b), sandwisp (#f3e6a5) and sunglo (#e06c6c).
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 Pet Trivia palette
💻 Pet Trivia color palette CSS
/* CSS */
.color-1 {
color: #c6a662;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #9c802b;
}
.color-4 {
color: #f3e6a5;
}
.color-5 {
color: #e06c6c;
}
/* CSS Variables */
:root {
--color-1: #c6a662;
--color-2: #f1c84b;
--color-3: #9c802b;
--color-4: #f3e6a5;
--color-5: #e06c6c;
} 🌈 Pet Trivia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a662, #f1c84b, #9c802b, #f3e6a5, #e06c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a662, #f1c84b, #9c802b, #f3e6a5, #e06c6c);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Pet Trivia color palette created on .