Fuchsia Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuchsia Dream palette
Fuchsia Dream color palette PNG image
Fuchsia Dream color palette CSS
/* CSS */
.color-1 {
color: #ff2e85;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff8ab1;
}
.color-4 {
color: #ffb3d4;
}
.color-5 {
color: #ffe0e8;
}
/* CSS Variables */
:root {
--color-1: #ff2e85;
--color-2: #ff5c9a;
--color-3: #ff8ab1;
--color-4: #ffb3d4;
--color-5: #ffe0e8;
}
Fuchsia Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2e85, #ff5c9a, #ff8ab1, #ffb3d4, #ffe0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2e85, #ff5c9a, #ff8ab1, #ffb3d4, #ffe0e8);
}
Similar color palettes
Scroll down to explore 1 Fuschia color palette
Fuchsia Dream color palette created on .