Fuchsia Dream Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fuchsia Dream Gray palette

Share this palette to:

Fuchsia Dream Gray color palette PNG image

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

Fuchsia Dream Gray color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #8d4ba0;
}
.color-3 {
color: #b1b8c9;
}
.color-4 {
color: #f2f2f2;
}
.color-5 {
color: #4f4f4f;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #8d4ba0;
--color-3: #b1b8c9;
--color-4: #f2f2f2;
--color-5: #4f4f4f;
}

Fuchsia Dream Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #8d4ba0, #b1b8c9, #f2f2f2, #4f4f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #8d4ba0, #b1b8c9, #f2f2f2, #4f4f4f);
}

Similar color palettes

Fuchsia Dream Gray color palette created on .