Shiny Vaporeon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shiny Vaporeon palette

Share this palette to:

Download Shiny Vaporeon Color Palette (PNG)

Download shiny vaporeon color palette PNG image (landscape)
Download shiny vaporeon color palette PNG image (square)

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);
}

Shiny Vaporeon color palette created on .