Fuchsia Fantasia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fuchsia Fantasia palette

Share this palette to:

Download Fuchsia Fantasia Color Palette (PNG)

Download fuchsia fantasia color palette PNG image (landscape)
Download fuchsia fantasia color palette PNG image (square)

Fuchsia Fantasia color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d74;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6b00b3;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d74;
--color-3: #d6006f;
--color-4: #a400b3;
--color-5: #6b00b3;
}

Fuchsia Fantasia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff3d74, #d6006f, #a400b3, #6b00b3);
}

Fuchsia Fantasia color palette created on .