Shiny Vaporeon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shiny Vaporeon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shiny Vaporeon Color Palette (PNG)
Shiny Vaporeon color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b1e0f6;
}
.color-3 {
color: #e5f1ff;
}
.color-4 {
color: #a6d9c7;
}
.color-5 {
color: #f7b6db;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b1e0f6;
--color-3: #e5f1ff;
--color-4: #a6d9c7;
--color-5: #f7b6db;
}
Shiny Vaporeon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b1e0f6, #e5f1ff, #a6d9c7, #f7b6db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b1e0f6, #e5f1ff, #a6d9c7, #f7b6db);
}
Similar color palettes
Shiny Vaporeon color palette created on .