Pokémon Fuchsia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pokémon Fuchsia palette

Share this palette to:

Pokémon Fuchsia color palette PNG image

Download pokémon fuchsia color palette PNG image (landscape)
Download pokémon fuchsia color palette PNG image (square)

Pokémon Fuchsia color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #6ae3f0;
}
.color-5 {
color: #1f89e5;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ffb300;
--color-4: #6ae3f0;
--color-5: #1f89e5;
}

Pokémon Fuchsia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ffb300, #6ae3f0, #1f89e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ffb300, #6ae3f0, #1f89e5);
}

Similar color palettes

Scroll down to explore 1 Fuschia color palette

Pokémon Fuchsia color palette created on .