Vaporeon Color Palette
Discover the beautiful Vaporeon color palette featuring viking (#69b6e2), curious blue (#3c9cdd), mariner (#2a7dc0), blumine (#1e4d76) and blue zodiac (#0d2b49).
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 Vaporeon palette
💻 Vaporeon color palette CSS
/* CSS */
.color-1 {
color: #69b6e2;
}
.color-2 {
color: #3c9cdd;
}
.color-3 {
color: #2a7dc0;
}
.color-4 {
color: #1e4d76;
}
.color-5 {
color: #0d2b49;
}
/* CSS Variables */
:root {
--color-1: #69b6e2;
--color-2: #3c9cdd;
--color-3: #2a7dc0;
--color-4: #1e4d76;
--color-5: #0d2b49;
} 🌈 Vaporeon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69b6e2, #3c9cdd, #2a7dc0, #1e4d76, #0d2b49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69b6e2, #3c9cdd, #2a7dc0, #1e4d76, #0d2b49);
} 🔗 Explore similar color palettes
Vaporeon color palette created on .