Fuchsia Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fuchsia Dream palette

Share this palette to:

Fuchsia Dream color palette PNG image

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

Fuchsia Dream color palette CSS

/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #ff3d9b;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #a30039;
}
.color-5 {
color: #6b003e;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ff3d9b;
--color-3: #d6006f;
--color-4: #a30039;
--color-5: #6b003e;
}

Fuchsia Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ff3d9b, #d6006f, #a30039, #6b003e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ff3d9b, #d6006f, #a30039, #6b003e);
}

Similar color palettes

Scroll down to explore 1 Fuschia color palette

Fuchsia Dream color palette created on .