Fuchsia Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fuchsia Dreams palette
Fuchsia Dreams color palette PNG image
Fuchsia Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff3d8e;
}
.color-2 {
color: #d9d9d9;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #d9d9d9;
--color-3: #a65e9e;
--color-4: #f5f5f5;
--color-5: #bfbfbf;
}
Fuchsia Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #d9d9d9, #a65e9e, #f5f5f5, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #d9d9d9, #a65e9e, #f5f5f5, #bfbfbf);
}
Similar color palettes
Fuchsia Dreams color palette created on .