Garchomp Color Palette
Discover the beautiful Garchomp color palette featuring st tropaz (#2b5d8c), fountain blue (#4f9cba), pigeon post (#a6c4d9), web orange (#f0a800) and valencia (#d3503c).
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 Garchomp palette
💻 Garchomp color palette CSS
/* CSS */
.color-1 {
color: #2b5d8c;
}
.color-2 {
color: #4f9cba;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d3503c;
}
/* CSS Variables */
:root {
--color-1: #2b5d8c;
--color-2: #4f9cba;
--color-3: #a6c4d9;
--color-4: #f0a800;
--color-5: #d3503c;
} 🌈 Garchomp background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5d8c, #4f9cba, #a6c4d9, #f0a800, #d3503c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5d8c, #4f9cba, #a6c4d9, #f0a800, #d3503c);
} 🔗 Explore similar color palettes
Garchomp color palette created on .