Fuchsia Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fuchsia Fantasy palette

Share this palette to:

Fuchsia Fantasy color palette CSS

/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff3d6a;
}
.color-3 {
color: #ff1f5e;
}
.color-4 {
color: #dd2c7f;
}
.color-5 {
color: #a400b3;
}

/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff3d6a;
--color-3: #ff1f5e;
--color-4: #dd2c7f;
--color-5: #a400b3;
}

Fuchsia Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff3d6a, #ff1f5e, #dd2c7f, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff3d6a, #ff1f5e, #dd2c7f, #a400b3);
}

Similar color palettes

Scroll down to explore 1 Fuschia color palette

Fuchsia Fantasy color palette created on .